test: Checking if virtual aliases are functional.
Relates to https://gitlab.skynet.ie/compsoc1/skynet/nixos/-/issues/22 test: Remove the account type limiatation # Conflicts: # default.nix # mail-server/assertions.nix
This commit is contained in:
parent
7405122dde
commit
f76919c938
1 changed files with 0 additions and 1 deletions
|
@ -566,7 +566,6 @@ in
|
|||
let
|
||||
loginAccount = mkOptionType {
|
||||
name = "Login Account";
|
||||
check = account: builtins.elem account (builtins.attrNames cfg.loginAccounts);
|
||||
};
|
||||
in
|
||||
with types;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue