From 0ba501917e5f757eee561bf9f7bf6a2a85d99dc1 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 6 Feb 2026 09:42:40 +0100 Subject: bump --- hosts/sif/hw.nix | 2 -- hosts/vidhar/default.nix | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/sif/hw.nix b/hosts/sif/hw.nix index e567c37d..12268d74 100644 --- a/hosts/sif/hw.nix +++ b/hosts/sif/hw.nix @@ -16,8 +16,6 @@ fsType = "bcachefs"; neededForBoot = true; }; - "/var/lib/sops-nix".neededForBoot = true; - "/var/lib/systemd".neededForBoot = true; }; swapDevices = [ { label = "swap"; } diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index b799ee5f..9639cbd3 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix @@ -14,6 +14,9 @@ with lib; config = { nixpkgs = { system = "x86_64-linux"; + externalConfig.allowUnfreePackages = [ + "changedetection-io" + ]; }; networking.hostId = "1e7ddd78"; -- cgit v1.2.3