From 0f0041270a7c4ea44aa5da081024919abaab5d7f Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Thu, 30 Nov 2023 22:54:04 +0100 Subject: [PATCH] images: disable rebuilding --- images/base-config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/base-config.nix b/images/base-config.nix index e9b9a60..f375272 100644 --- a/images/base-config.nix +++ b/images/base-config.nix @@ -64,6 +64,8 @@ # no auto-updates systemd.services.update-prefetch.enable = false; + # disable rebuilding + system.switch.enable = false; environment.systemPackages = with pkgs; [ diskrsync