flake: remove suites from flake
This commit is contained in:
parent
934cd7f895
commit
07216e2fa3
9 changed files with 66 additions and 115 deletions
|
@ -4,13 +4,7 @@
|
|||
openssh.authorizedKeys.keys = import ./ssh-keys.nix;
|
||||
};
|
||||
|
||||
home-manager.users.root = { suites, profiles, ... }: {
|
||||
imports = lib.lists.flatten [
|
||||
(with suites; [
|
||||
base
|
||||
])
|
||||
];
|
||||
|
||||
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