diff --git a/instances/thor/configuration.nix b/instances/thor/configuration.nix index 9fbe6d4..1b1fa97 100644 --- a/instances/thor/configuration.nix +++ b/instances/thor/configuration.nix @@ -233,19 +233,17 @@ }; power-profiles-daemon.enable = true; smartd.enable = true; - snapper = { - configs = - let - common = { - ALLOW_USERS = [ "bertof" ]; - TIMELINE_CLEANUP = true; - TIMELINE_CREATE = true; - }; - in - { - bertof_home = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof"; }; + snapper.configs = + let + common = { + ALLOW_USERS = [ "bertof" ]; + TIMELINE_CLEANUP = true; + TIMELINE_CREATE = true; }; - }; + in + { + bertof_home = lib.recursiveUpdate common { SUBVOLUME = "/home/bertof"; }; + }; thermald.enable = true; desktopManager = { # lomiri.enable = true; @@ -291,7 +289,7 @@ }; virtualisation = { - docker = { enable = true; }; + # docker = { enable = true; }; kvmgt.enable = true; libvirtd.enable = true; podman.enable = true;