Last update before a trip tp Germany

This commit is contained in:
2025-02-14 21:57:36 +02:00
parent 4fa363d178
commit a83a7f62ec
4 changed files with 28 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
initialPassword = "password";
description = "${config.main-user.realName}";
shell = pkgs.zsh;
extraGroups = [ "networkmanager" "wheel" "input" "video" ];
extraGroups = [ "networkmanager" "wheel" "input" "video" "libvirtd" ];
packages = config.main-user.packages;
};
};