This commit is contained in:
2026-05-09 00:30:24 +01:00
parent 9b9a34f708
commit 49624c8bd1
3 changed files with 35 additions and 0 deletions
@@ -42,7 +42,10 @@
users.users.doloro = {
shell = pkgs.fish;
hashedPasswordFile = config.sops.secrets."doloro-hashed_password".path;
extraGroups = [ "libvirtd" ];
};
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
};
homeManager =
{ home, pkgs, ... }: