diff --git a/nixosModules/wakapi.nix b/nixosModules/wakapi.nix index cbab2a9..2c7a406 100644 --- a/nixosModules/wakapi.nix +++ b/nixosModules/wakapi.nix @@ -24,7 +24,6 @@ }; users.users.wakapi = { - createHome = false; isNormalUser = true; group = "users"; openssh.authorizedKeys.keys = [ @@ -36,12 +35,6 @@ ] }; - # Make sure the "website" user has access to /srv/website - systemd.tmpfiles.rules = [ - "d /srv/website 0750 website nginx" - ]; - - # systemd.services.wakapi.serviceConfig = { # StateDirectoryMode = lib.mkForce "0777"; # DynamicUser = true;