split out gnome

This commit is contained in:
Vinzenz Schroeter 2023-04-04 21:57:12 +02:00
parent 76a7a31ef6
commit 833f3f79e2
5 changed files with 56 additions and 39 deletions

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# nixos-configuration
When adding a new host:
1. install NixOS via the graphical installer
2. `mv /etc/hardware-configuration ./devicename-hardware-configuration.nix`
3. copy an existing devicename.nix
5. change import to new-devicename-hardware-configuration.nix
4. `ln -s ./new-devicename.nix /etc/nixos/configuration`
5. apply