complete refactor of packages and options
This commit is contained in:
parent
16fb30026c
commit
a2f3b33514
12 changed files with 328 additions and 297 deletions
10
users/default.nix
Normal file
10
users/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, ...}:
|
||||
|
||||
{
|
||||
config = {
|
||||
users = {
|
||||
mutableUsers = false;
|
||||
users.root.initialHashedPassword = "!";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue