nix configurations used on my server
Find a file
2023-08-22 21:49:15 -07:00
hosts/server whole entire revamp 2023-08-22 21:49:15 -07:00
lib whole entire revamp 2023-08-22 21:49:15 -07:00
modules whole entire revamp 2023-08-22 21:49:15 -07:00
overlays whole entire revamp 2023-08-22 21:49:15 -07:00
packages whole entire revamp 2023-08-22 21:49:15 -07:00
default.nix whole entire revamp 2023-08-22 21:49:15 -07:00
flake.lock whole entire revamp 2023-08-22 21:49:15 -07:00
flake.nix whole entire revamp 2023-08-22 21:49:15 -07:00
readme.md whole entire revamp 2023-08-22 21:49:15 -07:00

Flake-o-rama

Nix Flake dotfiles used on my server.

Todo

  • Make it so our secrets consist upon reboot (currently just our wifi password, have to set every reboot) (maybe with Agenix + Age?

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 .