l: remove obsolete page
This commit is contained in:
parent
baf325a8d8
commit
bfcf167c38
@ -164,7 +164,6 @@ in {
|
||||
}
|
||||
{
|
||||
imports = [
|
||||
../2configs/websites/wohnprojekt-rhh.de.nix
|
||||
../2configs/websites/domsen.nix
|
||||
../2configs/websites/lassulus.nix
|
||||
];
|
||||
|
@ -1,23 +0,0 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
inherit (import <stockholm/lib>)
|
||||
genid
|
||||
;
|
||||
inherit (import <stockholm/lass/2configs/websites/util.nix> {inherit lib pkgs;})
|
||||
ssl
|
||||
servePage
|
||||
;
|
||||
in {
|
||||
imports = [
|
||||
( ssl [ "wohnprojekt-rhh.de" ])
|
||||
( servePage [ "wohnprojekt-rhh.de" ])
|
||||
];
|
||||
|
||||
users.users.laura = {
|
||||
home = "/srv/http/wohnprojekt-rhh.de";
|
||||
createHome = true;
|
||||
useDefaultShell = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user