diff options
author | Alan Pearce | 2024-06-22 14:21:33 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-22 14:21:33 +0200 |
commit | 4ab8ed8887c04a65a01aadae4ae80e32d9a29f1b (patch) | |
tree | d23d590ca088c5a8f4ed4b4f27797ad339e46668 /system | |
parent | 261501d35522c4bc4927624737ab6ab06a13991e (diff) | |
download | nixfiles-4ab8ed8887c04a65a01aadae4ae80e32d9a29f1b.tar.lz nixfiles-4ab8ed8887c04a65a01aadae4ae80e32d9a29f1b.tar.zst nixfiles-4ab8ed8887c04a65a01aadae4ae80e32d9a29f1b.zip |
linde: remove unused rec
Diffstat (limited to 'system')
-rw-r--r-- | system/linde.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/linde.nix b/system/linde.nix index 6af420bb..48f8b8fe 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -349,7 +349,7 @@ in let inherit (lib.lists) flatten; inherit (lib.strings) concatStringsSep; - he = rec { + he = { notify = "216.218.130.2"; axfr = [ "216.218.133.2" |