mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
Quick fix
This commit is contained in:
parent
9666de1181
commit
adb104946e
2 changed files with 3 additions and 1 deletions
|
@ -64,9 +64,11 @@ in
|
|||
users.users.filerun = {
|
||||
isSystemUser = true;
|
||||
uid = 250;
|
||||
name = "filerun";
|
||||
};
|
||||
users.groups.filerun = {
|
||||
gid = 350;
|
||||
name = "filerun";
|
||||
};
|
||||
users.users.filerun.group = config.users.groups.filerun.name;
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
users.users.julien = {
|
||||
isNormalUser = true;
|
||||
home = "/home/julien";
|
||||
extraGroups = [ "wheel" config.users.groups.keys.name config.users.groups.filerun.name ];
|
||||
extraGroups = [ "wheel" config.users.groups.keys.name "filerun" ];
|
||||
shell = pkgs.fish;
|
||||
passwordFile = config.sops.secrets.user-julien-password.path;
|
||||
openssh.authorizedKeys.keyFiles = [
|
||||
|
|
Loading…
Add table
Reference in a new issue