Remove test user from Lilim.

This commit is contained in:
Kevin Baensch 2023-04-15 14:00:34 +02:00
parent 2445cc4e9d
commit 24314bce10
Signed by: derped
GPG key ID: C0F1D326C7626543

View file

@ -10,7 +10,7 @@ with lib;
allowUnfree = true; allowUnfree = true;
hostName = "Lilim"; hostName = "Lilim";
useNetworkd = true; useNetworkd = true;
administrators = [ { name = "derped"; id = 1337; } { name = "testy"; id = 1338; } ]; administrators = [ { name = "derped"; id = 1337; } ];
conffiles = [ conffiles = [
"etcfiles" "etcfiles"
"etcvars" "etcvars"