Just my NixOS configuration, running away with me.
- Clone the repository '''sh git clone
'''
- Move(mv)
/etc/nixos/configuration.nix to hosts/<hostname>.nix
- Change the ownership so you can edit as a normal user
chown : hosts/.nix
-
Symlink so the configuration is avialable in the location the os excpet sudo ln -s /home///hosts/.nix /etc/nixos/configuration.nix
-
edit the configuration hosts/.nix
-
Rebuild you system sudo nixos-rebuild switch/boot, wathever you prefere.