summaryrefslogtreecommitdiff
path: root/hosts/surtr
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/surtr')
-rw-r--r--hosts/surtr/default.nix2
1 files changed, 2 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;