Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 580 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 580 Bytes

nixosConfig

Just my NixOS configuration, running away with me.

Install

  • 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.