From 54bbf02882d3c778c213e8245af3e8ea5aff2c47 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 cc21e26..9d97410 100644 --- a/default.nix +++ b/default.nix @@ -595,7 +595,6 @@ in let loginAccount = mkOptionType { name = "Login Account"; - check = account: builtins.elem account (builtins.attrNames cfg.loginAccounts); }; in with types;