summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/sif/hw.nix2
-rw-r--r--hosts/vidhar/default.nix3
2 files changed, 3 insertions, 2 deletions
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 @@
16 fsType = "bcachefs"; 16 fsType = "bcachefs";
17 neededForBoot = true; 17 neededForBoot = true;
18 }; 18 };
19 "/var/lib/sops-nix".neededForBoot = true;
20 "/var/lib/systemd".neededForBoot = true;
21 }; 19 };
22 swapDevices = [ 20 swapDevices = [
23 { label = "swap"; } 21 { 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;
14 config = { 14 config = {
15 nixpkgs = { 15 nixpkgs = {
16 system = "x86_64-linux"; 16 system = "x86_64-linux";
17 externalConfig.allowUnfreePackages = [
18 "changedetection-io"
19 ];
17 }; 20 };
18 21
19 networking.hostId = "1e7ddd78"; 22 networking.hostId = "1e7ddd78";