users/root: remove unnecessary ssh match block
This commit is contained in:
parent
21bfdb7328
commit
f0d148ea75
1 changed files with 0 additions and 8 deletions
|
@ -3,12 +3,4 @@
|
||||||
hashedPasswordFile = lib.mkIf config.modules.secrets.enable config.secrets.root-password;
|
hashedPasswordFile = lib.mkIf config.modules.secrets.enable config.secrets.root-password;
|
||||||
openssh.authorizedKeys.keys = import ./ssh-keys.nix;
|
openssh.authorizedKeys.keys = import ./ssh-keys.nix;
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.root = { ... }: {
|
|
||||||
programs.ssh.matchBlocks = {
|
|
||||||
"server.doge-inc.net" = {
|
|
||||||
identityFile = "/root/.ssh/id_25519";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue