diff --git a/machines/Lilim/options.nix b/machines/Lilim/options.nix index 5e13f22..b6bcaf3 100644 --- a/machines/Lilim/options.nix +++ b/machines/Lilim/options.nix @@ -10,7 +10,7 @@ with lib; allowUnfree = true; hostName = "Lilim"; useNetworkd = true; - administrators = [ { name = "derped"; id = 1337; } { name = "testy"; id = 1338; } ]; + administrators = [ { name = "derped"; id = 1337; } ]; conffiles = [ "etcfiles" "etcvars"