refactor: update SSH configurations and add new key for Menno's 2025 setup
Some checks failed
Nix Format Check / check-format (push) Failing after 37s

This commit is contained in:
2025-01-28 15:16:07 +01:00
parent 79179aaaec
commit 8b51d375e5
13 changed files with 54 additions and 18 deletions

View File

@ -83,13 +83,13 @@
};
};
"homeserver-pc" = home-manager.lib.homeManagerConfiguration {
"mennos-hobbypc" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [ ./home.nix ];
extraSpecialArgs = {
inherit pkgs pkgs-unstable;
isServer = true;
hostname = "homeserver-pc";
hostname = "mennos-hobbypc";
};
};
};