nix-server/readme.md
2023-08-10 02:47:51 -07:00

460 B

Flake-o-rama

Nix Flake dotfiles used on my server.

Development

Commands here will assume you are currently in the directory of the dotfiles.

  • To build the system:
    	sudo nixos-rebuild switch --flake ".#server"
    

Permissions

Commands here will assume you are currently in the directory of the dotfiles.

File permissions should be done through the following commands:

	sudo chmod 775 -R .
	sudo chown -R reidlab:dotfiles .