diff --git a/hosts/common.nix b/hosts/common.nix index ab2dfd8..536141d 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -13,7 +13,7 @@ inputs.sops-nix.nixosModules.sops ] ++ (builtins.attrValues outputs.nixosModules); - config = { + # config = { system.stateVersion = "23.05"; sops = { @@ -57,5 +57,5 @@ dates = "03:15"; # When to run the garbage collector options = "-d"; # Arguments to pass to nix-collect-garbage }; - }; + # }; }