diff options
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/flake.nix | 5 | ||||
| -rw-r--r-- | nix/modules/znc.nix | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/nix/flake.nix b/nix/flake.nix index 21b5613..326809b 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -111,10 +111,9 @@ fira-code python3 poetry + statix + deadnix ]; - shellHook = '' -poetry shell - ''; }; packages."${system}" = { diff --git a/nix/modules/znc.nix b/nix/modules/znc.nix index 5570802..d32d564 100644 --- a/nix/modules/znc.nix +++ b/nix/modules/znc.nix @@ -8,6 +8,8 @@ passBlock = '' <Pass password> Method = sha256 + Hash = d4abdd69aa24de69693885c5bd83a4a0e9ee989e1a69a905041b0dad9abc06ea + Salt = sDY,?H5AxC-!gH3a.:)D Hash = ${config.sops.secrets.znc_password_hash} Salt = ${config.sops.secrets.znc_password_salt} </Pass> |
