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