From f76919c938d4849fc57b392040f81d5584d8d81d Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 9 Oct 2023 15:19:08 +0000 Subject: [PATCH] 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 --- default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/default.nix b/default.nix index 60d9cec..3f31420 100644 --- a/default.nix +++ b/default.nix @@ -566,7 +566,6 @@ in let loginAccount = mkOptionType { name = "Login Account"; - check = account: builtins.elem account (builtins.attrNames cfg.loginAccounts); }; in with types;