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:
silver 2023-10-09 15:19:08 +00:00 committed by Brendan Golden
parent 7405122dde
commit f76919c938
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -566,7 +566,6 @@ in
let
loginAccount = mkOptionType {
name = "Login Account";
check = account: builtins.elem account (builtins.attrNames cfg.loginAccounts);
};
in
with types;