mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
Back
This commit is contained in:
parent
0bf0b6f5c3
commit
98fa0f4a1b
3 changed files with 5 additions and 5 deletions
|
@ -54,11 +54,11 @@ in
|
|||
}];
|
||||
};
|
||||
users.users.droneserver = {
|
||||
isSystemUser = true;
|
||||
isNormalUser = true;
|
||||
createHome = true;
|
||||
home = "/home/droneserver";
|
||||
group = droneserver;
|
||||
extraGroups = [ config.users.groups.keys.name ];
|
||||
extraGroups = [ droneserver config.users.groups.keys.name ];
|
||||
passwordFile = config.sops.secrets.user-julien-password.path;
|
||||
};
|
||||
users.groups.droneserver = { };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue