refactor: move secrets.nix to root and removal secrets dir

This commit is contained in:
Jet 2026-02-16 21:31:28 -08:00
parent 47c42dc7a6
commit d756f302d5
3 changed files with 3 additions and 8 deletions

View file

@ -15,5 +15,5 @@ deploy:
`nix run github:nix-community/nixos-anywhere -- --flake .#extremist-software --impure root@<ip>`
secrets:
copy `secrets.nix.example` to `secrets/secrets.nix` and fill it in.
copy `secrets.nix.example` to `secrets.nix` and fill it in.
repo uses impure build cause i dont want to manage encrypted secret files in git right now.