nixos: fix default values for acl-related options (#97)

This commit is contained in:
Max 2026-03-26 01:33:25 +01:00 committed by GitHub
parent 716bd00f09
commit cf2494bf31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@ let
"12D3KooWQWiPeNvXFdHFTrustedPeer"
"@goodpeer"
];
default = null;
default = [ ];
};
blacklist = mkOption {
@ -71,7 +71,7 @@ let
"12D3KooWQWiPeNvXFdHFUntrustedPeer"
"@badpeer"
];
default = null;
default = [ ];
};
};
};