run containers on desktop instead of laptop
parent
ba1e81f5b3
commit
109bf3fb1b
|
@ -66,8 +66,8 @@
|
||||||
agenix.nixosModules.age
|
agenix.nixosModules.age
|
||||||
];
|
];
|
||||||
|
|
||||||
hosts.nixos-laptop.modules =
|
hosts.nixos-laptop.modules = [ ./hosts/nixos-laptop ];
|
||||||
[ ./hosts/nixos-laptop ./modules/containers ];
|
hosts.nixos-desktop.modules =
|
||||||
hosts.nixos-desktop.modules = [ ./hosts/nixos-desktop ./modules/gaming ];
|
[ ./hosts/nixos-desktop ./modules/gaming ./modules/containers ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue