diff options
Diffstat (limited to 'lass/2configs/websites/wohnprojekt-rhh.de.nix')
-rw-r--r-- | lass/2configs/websites/wohnprojekt-rhh.de.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lass/2configs/websites/wohnprojekt-rhh.de.nix b/lass/2configs/websites/wohnprojekt-rhh.de.nix index cd31450c5..ac784d4c7 100644 --- a/lass/2configs/websites/wohnprojekt-rhh.de.nix +++ b/lass/2configs/websites/wohnprojekt-rhh.de.nix @@ -8,5 +8,11 @@ lass.staticPage = { "wohnprojekt-rhh.de" = {}; }; + + users.users.laura = { + home = "/srv/http/wohnprojekt-rhh.de"; + createHome = true; + useDefaultShell = true; + }; } |