run containers on desktop instead of laptop

dev-docs
Moritz Böhme 2021-10-03 16:42:48 +02:00
parent ba1e81f5b3
commit 109bf3fb1b
1 changed files with 3 additions and 3 deletions

View File

@ -66,8 +66,8 @@
agenix.nixosModules.age
];
hosts.nixos-laptop.modules =
[ ./hosts/nixos-laptop ./modules/containers ];
hosts.nixos-desktop.modules = [ ./hosts/nixos-desktop ./modules/gaming ];
hosts.nixos-laptop.modules = [ ./hosts/nixos-laptop ];
hosts.nixos-desktop.modules =
[ ./hosts/nixos-desktop ./modules/gaming ./modules/containers ];
};
}