users/root: readd home manager block
This commit is contained in:
parent
d5806fb538
commit
12bb7ac8db
1 changed files with 2 additions and 0 deletions
|
@ -3,4 +3,6 @@
|
|||
hashedPasswordFile = lib.mkIf config.modules.secrets.enable config.secrets.root-password;
|
||||
openssh.authorizedKeys.keys = import ./ssh-keys.nix;
|
||||
};
|
||||
|
||||
home-manager.users.root = { ... }: {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue