nix configurations used on my server
Find a file
2023-08-18 00:16:44 -07:00
hosts/server fix deprecation warnings, add bat package 2023-08-18 00:16:44 -07:00
flake.lock disable registration, remove unused inputs 2023-08-11 19:13:54 -07:00
flake.nix disable registration, remove unused inputs 2023-08-11 19:13:54 -07:00
readme.md update readme 2023-08-18 00:03:11 -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? source
  • Make it so our secrets consist upon reboot (currently just our wifi password, have to set every reboot) (maybe with Agenix + Age?
  • Make everything modular.
  • Fix systemd output only showing ONE message on the HDMI output. related issue

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 .