chore: move to username variable (2)

This commit is contained in:
Ahwx 2026-05-11 03:02:22 +02:00
parent b2c18291f0
commit e59e70c070

View file

@ -1,4 +1,4 @@
{ ... }:
{ username, ... }:
{
virtualisation.docker = {
enable = true;
@ -6,7 +6,7 @@
# enableNvidia = true;
};
users.users.liv = {
users.users.${username} = {
extraGroups = [ "docker" ];
};
}