summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/surtr/default.nix2
-rw-r--r--hosts/vidhar/default.nix2
2 files changed, 4 insertions, 0 deletions
diff --git a/hosts/surtr/default.nix b/hosts/surtr/default.nix
index f230d65c..fb2d5b62 100644
--- a/hosts/surtr/default.nix
+++ b/hosts/surtr/default.nix
@@ -154,6 +154,8 @@ with lib;
154 options = "--delete-older-than 30d"; 154 options = "--delete-older-than 30d";
155 }; 155 };
156 156
157 services.dbus.implementation = "dbus";
158
157 systemd.sysusers.enable = false; 159 systemd.sysusers.enable = false;
158 system.etc.overlay.mutable = true; 160 system.etc.overlay.mutable = true;
159 boot.enableContainers = true; 161 boot.enableContainers = true;
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index f15dfebe..e97eb20b 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -357,6 +357,8 @@ with lib;
357 357
358 virtualisation.oci-containers.backend = "podman"; 358 virtualisation.oci-containers.backend = "podman";
359 359
360 services.dbus.implementation = "dbus";
361
360 systemd.sysusers.enable = false; 362 systemd.sysusers.enable = false;
361 system.stateVersion = "21.05"; 363 system.stateVersion = "21.05";
362 }; 364 };