nh
This commit is contained in:
@@ -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; };
|
||||
|
||||
Reference in New Issue
Block a user