Updated filerun and fixed permissions

This commit is contained in:
Julien Malka 2022-01-02 23:00:58 +01:00
parent 32cf524d4a
commit 785b837051
2 changed files with 16 additions and 6 deletions

View file

@ -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 = [