From 12e4ba3de8368a29ca87b56bac450d5cc1b7d092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sat, 30 Nov 2019 18:49:39 +0100 Subject: [PATCH] fix(catullus): add state version, disable urlwatch --- systems/catullus/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systems/catullus/configuration.nix b/systems/catullus/configuration.nix index 3922aa8..d4460ff 100644 --- a/systems/catullus/configuration.nix +++ b/systems/catullus/configuration.nix @@ -97,7 +97,6 @@ in { config.packageOverrides = pkgs: { writeDash = pkgs.writers.writeDash; writeDashBin = pkgs.writers.writeDashBin; - writeJSON = pkgs.writers.writeJSON; }; overlays = [ (import ) @@ -123,6 +122,7 @@ in { serviceConfig.Type = "oneshot"; }; } + /* { imports = [ ]; @@ -138,6 +138,7 @@ in { urls = []; }; } + */ ]; boot.loader.grub.enable = false; @@ -204,4 +205,6 @@ in { text = builtins.readFile ; mode = "400"; }; + + system.stateVersion = "18.09"; }