Remove support for non-nixos installations

This commit is contained in:
caem 2024-07-25 21:35:41 +02:00
parent 0898c67a5a
commit 49ebf1155e
Signed by: caem
GPG key ID: 69A830D03203405F
12 changed files with 0 additions and 92 deletions

View file

@ -47,7 +47,6 @@ modify and share this configuration to your heart's content, no attribution requ
```
## Installing
### NixOS
This configuration uses impermanence with btrfs snapshots so you'll have to partition
your system in a certain way.
@ -76,8 +75,3 @@ in the `secrets/{user}` directory as `pass`.
Finally, in the config directory run `nixos-install --flake '.#'`, reboot and you're done.
### Non-NixOS
Run the `non-nixos-install.sh` script. It will install both home-manager and nix.
Your user is assumed to be called "i". You need to replace every instance of it
in case you want to use a different username.