pain
This commit is contained in:
parent
1bb25bda0e
commit
e0a7e9a533
13 changed files with 451 additions and 4 deletions
|
@ -4,6 +4,6 @@ _: {
|
|||
./system.nix
|
||||
./xdg.nix
|
||||
./git.nix
|
||||
/users.nix
|
||||
./users.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -14,9 +14,9 @@ in {
|
|||
"audio"
|
||||
"nix"
|
||||
];
|
||||
hashedPasswordFile = "/etc/passwords/cr";
|
||||
# hashedPasswordFile = "/etc/passwords/cr";
|
||||
};
|
||||
root.hashedPasswordFile = "/persist/passwords/root";
|
||||
# root.hashedPasswordFile = "/persist/passwords/root";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue