stockholm/lass/2configs/websites/wohnprojekt-rhh.de.nix

19 lines
261 B
Nix
Raw Normal View History

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