mirror of
https://github.com/hyprspace/hyprspace.git
synced 2026-09-12 19:51:07 +05:00
nixos: fix default values for acl-related options (#97)
This commit is contained in:
parent
716bd00f09
commit
cf2494bf31
@ -61,7 +61,7 @@ let
|
||||
"12D3KooWQWiPeNvXFdHFTrustedPeer"
|
||||
"@goodpeer"
|
||||
];
|
||||
default = null;
|
||||
default = [ ];
|
||||
};
|
||||
|
||||
blacklist = mkOption {
|
||||
@ -71,7 +71,7 @@ let
|
||||
"12D3KooWQWiPeNvXFdHFUntrustedPeer"
|
||||
"@badpeer"
|
||||
];
|
||||
default = null;
|
||||
default = [ ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user