summaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-09-08 15:43:20 -0700
committerPreston Pan <ret2pop@gmail.com>2025-09-08 15:43:20 -0700
commitb75cb4b1706b3abd5aa824d6e8b7779a8daa14c3 (patch)
treeb6da35d10c34ee74c6e59e173ef86ba9341bacba /nix
parente9e01cbb26efca6e392df2f720729c672b711f2f (diff)
update org-habit to display graph
Diffstat (limited to 'nix')
-rw-r--r--nix/flake.nix5
-rw-r--r--nix/modules/znc.nix2
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>