This commit is contained in:
Kopatz
2025-03-18 16:27:20 +01:00
parent 923ab37209
commit cc32af7b80
131 changed files with 2383 additions and 2224 deletions

View File

@@ -5,7 +5,7 @@
, ...
}:
{
imports = [ ./option.nix ];
imports = [ ./option.nix ];
environment.systemPackages = [ pkgs.home-manager ];
home-manager = {
@@ -18,6 +18,6 @@
};
users.users.root = {
openssh.authorizedKeys.keys = [ config.mainUser.sshKey ];
openssh.authorizedKeys.keys = [ config.mainUser.sshKey ];
};
}