remove various references to ${username}

This commit is contained in:
2025-10-17 22:34:52 -04:00
parent 31b4d7e80d
commit dd18bd1e6d
8 changed files with 0 additions and 28 deletions

View File

@@ -2,7 +2,6 @@
service_configs,
pkgs,
config,
username,
lib,
...
}:
@@ -41,8 +40,4 @@
"video"
"render"
];
users.users.${username}.extraGroups = [
config.services.immich.group
];
}