diff options
author | Ben Sima <ben@bsima.me> | 2022-07-25 17:22:41 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-07-25 17:47:27 -0400 |
commit | 0eb939a2b1a2886f9d52f3bd764614f43330e96a (patch) | |
tree | 177a6dcaa5d0ef89f05e0b9250463ec9f9044c94 /Biz/Cloud/Znc.nix | |
parent | 953fc16e402c56798f26b7c3d1f38f23560b0faa (diff) |
Run deadnix as a linter
Diffstat (limited to 'Biz/Cloud/Znc.nix')
-rw-r--r-- | Biz/Cloud/Znc.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Cloud/Znc.nix b/Biz/Cloud/Znc.nix index 5ec4e56..79eee95 100644 --- a/Biz/Cloud/Znc.nix +++ b/Biz/Cloud/Znc.nix @@ -6,7 +6,7 @@ N.B.: generate znc passwords with 'nix-shell -p znc --command "znc --makepass"' */ -{ pkgs, lib, ... }: +{ pkgs, ... }: { services = { |