mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: use user shorthand
This commit is contained in:
parent
48acd0a238
commit
0a1f540db2
4 changed files with 6 additions and 6 deletions
|
|
@ -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"];
|
||||
# }
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue