This commit is contained in:
2025-08-04 17:50:57 +03:00
parent 889df388f8
commit aac4567c02
3 changed files with 67 additions and 38 deletions
+27
View File
@@ -0,0 +1,27 @@
{
config,
...
}:
{
config.users = {
users = {
"${config.xlib.device.username}" = {
isNormalUser = true;
description = "Jor Oqyude";
initialPassword = "1234";
extraGroups = [
"beets"
"audio"
"disk"
"gamemode"
"libvirtd"
"networkmanager"
"pipewire"
"qemu-libvirtd"
"wheel"
"immich"
];
};
};
};
}