This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-04-18 20:53:28 +02:00
parent 72e98a6285
commit 1683946235
3 changed files with 16 additions and 2 deletions

View File

@@ -125,12 +125,12 @@
};
homeConfigurations = {
NxXPS = let host = "NxXPS"; in home-manager.lib.homeManagerConfiguration {
"${user}@NxXPS" = let host = "NxXPS"; in home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [ ./home.nix ];
extraSpecialArgs = { inherit inputs system user host allowed secrets pkgs-unstable rice nvidia; };
};
NxNORTH = let host = "NxNORTH"; in home-manager.lib.homeManagerConfiguration {
"${user}@NxNORTH" = let host = "NxNORTH"; in home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [ ./home.nix ];
extraSpecialArgs = { inherit inputs system user host allowed secrets pkgs-unstable rice nvidia; };