nix configurations used on my server
Find a file
2023-08-10 21:34:37 -07:00
hosts/server specify syntax highlighting on nano 2023-08-10 21:34:37 -07:00
flake.lock specify syntax highlighting on nano 2023-08-10 21:34:37 -07:00
flake.nix specify syntax highlighting on nano 2023-08-10 21:34:37 -07:00
readme.md specify syntax highlighting on nano 2023-08-10 21:34:37 -07:00

Flake-o-rama

Nix Flake dotfiles used on my server.

Todo

  • Fix high memory usage on gitea, this may be something with using argon2 as my hashing algorythm?

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 .