From 109bf3fb1b62c7f74d21625c8ebe1f25e1489d62 Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Sun, 3 Oct 2021 16:42:48 +0200 Subject: [PATCH] run containers on desktop instead of laptop --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 136195d..c36d57d 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ]; }; }