stockholm/lass/2configs/websites/wohnprojekt-rhh.de.nix
2016-02-01 15:58:35 +01:00

19 lines
261 B
Nix

{ config, ... }:
{
imports = [
../../3modules/static_nginx.nix
];
lass.staticPage = {
"wohnprojekt-rhh.de" = {};
};
users.users.laura = {
home = "/srv/http/wohnprojekt-rhh.de";
createHome = true;
useDefaultShell = true;
};
}