Remove test user from Lilim.
This commit is contained in:
parent
2445cc4e9d
commit
24314bce10
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue