mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fix a whole lot of stupid
This commit is contained in:
parent
e30687954a
commit
1b8059b2e1
5 changed files with 40 additions and 68 deletions
|
|
@ -45,14 +45,10 @@
|
|||
extraGroups = [ "networkmanager" ];
|
||||
initialHashedPassword = "";
|
||||
};
|
||||
"root" = {
|
||||
uid = 0;
|
||||
home = "/root";
|
||||
openssh.authorizedKeys.keys = [
|
||||
config.local.keys.gerg_gerg-phone
|
||||
config.local.keys.gerg_gerg-windows
|
||||
config.local.keys.gerg_gerg-desktop
|
||||
];
|
||||
root = {
|
||||
openssh.authorizedKeys.keys = builtins.attrValues {
|
||||
inherit (config.local.keys) gerg_gerg-phone gerg_gerg-windows gerg_gerg-desktop;
|
||||
};
|
||||
hashedPasswordFile = config.sops.secrets.root.path;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue