From 77f27553ac92fc0c75e721d28fdfbd687e2d5822 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Thu, 2 Jan 2025 12:46:32 +0200 Subject: [PATCH] a --- nixosModules/wakapi.nix | 7 ------- 1 file changed, 7 deletions(-) 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;