Dehardcoded user configuration.
This commit is contained in:
parent
347d406ea9
commit
d2c6b3931e
5 changed files with 38 additions and 19 deletions
|
@ -11,6 +11,7 @@ with lib;
|
|||
config.machine = {
|
||||
allowUnfree = true;
|
||||
hostName = "Lilim";
|
||||
administrators = [ { name = "derped"; id = 1337; } ];
|
||||
conffiles = [
|
||||
"etcfiles"
|
||||
"etcvars"
|
||||
|
@ -30,7 +31,6 @@ with lib;
|
|||
"xpkgs"
|
||||
];
|
||||
services = [
|
||||
"containers"
|
||||
"desktop"
|
||||
"udev"
|
||||
"cups"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue