Skip to content

Shawn8901/nix-configuration

Repository files navigation

Systems configuration for nixos system from a random person on the internet

This flake hosts different boxes (2 Desktop, some servers), some custom packages, some nixos and home mananger modules and it uses sops-nix for secrets. The host cache is a aarch64 machine, others x86-64.

Other interesing flakes (alphabetic order):

Maintainance notes:

attic

# Read Only Token
atticd-atticadm make-token --sub 'ro' --validity '1 year'  --pull '*'

# Root Token
atticd-atticadm make-token --sub 'root' --validity '1 year' --push '*' --pull '*' --delete '*' --create-cache '*' --destroy-cache '*' --configure-cache '*' --configure-cache-retention '*'

Generate new zrepl certificate

 nix run github:shawn8901/nix-configuration#generate-zrepl-ssl <hostname>