From 4a6771ec7a25a8abdc65773d6edf73f080c6b4ee Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Sun, 24 Oct 2021 17:12:49 +0200 Subject: [PATCH] disable containers for now --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];