vanadium: use user shorthand

This commit is contained in:
Primrose 2025-05-13 22:04:54 +02:00
parent 48acd0a238
commit 0a1f540db2
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@
#
{
virtualisation.docker.enable = true;
users.users."leana".extraGroups = ["docker"];
me.extraGroups = ["docker"];
}
# #
@ -20,7 +20,7 @@
# boot.kernelParams =
# lib.mkIf (config.boot.kernelPackages.kernel.kernelAtLeast "6.12")
# (builtins.trace "Note: a KVM kernel flag is added for virtualbox, remember to check if this is patched in upstream" ["kvm.enable_virt_at_load=0"]);
# users.users."leana".extraGroups = ["vboxusers"];
# me.extraGroups = ["vboxusers"];
# }
];