This commit is contained in:
Till 2025-01-19 13:33:54 +01:00
parent 9f74d8a293
commit 329853591d
2 changed files with 16 additions and 2 deletions

View file

@ -2,10 +2,10 @@
{
users.users.alt = {
home = "/home/guest";
home = "/home/alt";
isSystemUser = true;
group = "users";
description = "Guest";
description = "Alt";
extraGroups = [
"networkmanager"
];