mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 02:09:04 +02:00
Updated filerun and fixed permissions
This commit is contained in:
parent
171ee59ab4
commit
0279b0b986
2 changed files with 16 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
users.users.julien = {
|
||||
isNormalUser = true;
|
||||
home = "/home/julien";
|
||||
extraGroups = [ "wheel" config.users.groups.keys.name ];
|
||||
extraGroups = [ "wheel" config.users.groups.keys.name config.users.groups.filerun.name ];
|
||||
shell = pkgs.fish;
|
||||
passwordFile = config.sops.secrets.user-julien-password.path;
|
||||
openssh.authorizedKeys.keyFiles = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue