diff --git a/flake.nix b/flake.nix index 50c3635..c69c269 100644 --- a/flake.nix +++ b/flake.nix @@ -77,7 +77,7 @@ hosts.nixos-laptop.modules = [ ./hosts/nixos-laptop ]; hosts.nixos-desktop.modules = [ ./hosts/nixos-desktop - self.nixosModules.containers + # self.nixosModules.containers self.nixosModules.gaming ];