From a4b61e833ba62741ce4de7c16471495050e89157 Mon Sep 17 00:00:00 2001 From: sstent Date: Thu, 30 Nov 2023 19:58:49 +0000 Subject: [PATCH] fixing fitbit --- hosts/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }; - }; + # }; }