Root : Fix common setup.
This commit is contained in:
parent
e980f9fd16
commit
f068155c19
|
@ -1,16 +1,7 @@
|
|||
{ const
|
||||
, util
|
||||
, style
|
||||
, pkgs
|
||||
, config
|
||||
, key
|
||||
, secret
|
||||
, ... } @args: {
|
||||
imports = [
|
||||
./common
|
||||
];
|
||||
{ secret, ... }: {
|
||||
imports = [ ./common ];
|
||||
|
||||
# user.common.users = [{ name = "root"; homeDir = "/root"; }];
|
||||
user.common.users = [{ name = "root"; homeDir = "/root"; }];
|
||||
users.users.root.hashedPassword = secret.hashedPassword;
|
||||
security.sudo = {
|
||||
enable = false;
|
||||
|
|
Loading…
Reference in a new issue