mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40: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 = {
|
users.users.filerun = {
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
uid = 250;
|
uid = 250;
|
||||||
|
name = "filerun";
|
||||||
};
|
};
|
||||||
users.groups.filerun = {
|
users.groups.filerun = {
|
||||||
gid = 350;
|
gid = 350;
|
||||||
|
name = "filerun";
|
||||||
};
|
};
|
||||||
users.users.filerun.group = config.users.groups.filerun.name;
|
users.users.filerun.group = config.users.groups.filerun.name;
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
users.users.julien = {
|
users.users.julien = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/julien";
|
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;
|
shell = pkgs.fish;
|
||||||
passwordFile = config.sops.secrets.user-julien-password.path;
|
passwordFile = config.sops.secrets.user-julien-password.path;
|
||||||
openssh.authorizedKeys.keyFiles = [
|
openssh.authorizedKeys.keyFiles = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue