diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-09-08 15:43:20 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-09-08 15:43:20 -0700 |
| commit | b75cb4b1706b3abd5aa824d6e8b7779a8daa14c3 (patch) | |
| tree | b6da35d10c34ee74c6e59e173ef86ba9341bacba /nix | |
| parent | e9e01cbb26efca6e392df2f720729c672b711f2f (diff) | |
update org-habit to display graph
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> |
