l: add fritz websites to dishfire
This commit is contained in:
parent
45343b1e14
commit
8beca9b311
lass
|
@ -4,6 +4,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
<nixpkgs/nixos/modules/profiles/qemu-guest.nix>
|
<nixpkgs/nixos/modules/profiles/qemu-guest.nix>
|
||||||
../2configs/base.nix
|
../2configs/base.nix
|
||||||
|
../2configs/websites/fritz.nix
|
||||||
{
|
{
|
||||||
boot.loader.grub = {
|
boot.loader.grub = {
|
||||||
device = "/dev/vda";
|
device = "/dev/vda";
|
||||||
|
|
33
lass/2configs/websites/fritz.nix
Normal file
33
lass/2configs/websites/fritz.nix
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
../../3modules/static_nginx.nix
|
||||||
|
../../3modules/owncloud_nginx.nix
|
||||||
|
../../3modules/wordpress_nginx.nix
|
||||||
|
];
|
||||||
|
|
||||||
|
lass.staticPage = {
|
||||||
|
"biostase.de" = {};
|
||||||
|
"gs-maubach.de" = {};
|
||||||
|
"spielwaren-kern.de" = {};
|
||||||
|
"societyofsimtech.de" = {};
|
||||||
|
"ttf-kleinaspach.de" = {};
|
||||||
|
"edsn.de" = {};
|
||||||
|
"eab.berkeley.edu" = {};
|
||||||
|
"habsys.de" = {};
|
||||||
|
};
|
||||||
|
|
||||||
|
#lass.owncloud = {
|
||||||
|
# "o.ubikmedia.de" = {
|
||||||
|
# instanceid = "oc8n8ddbftgh";
|
||||||
|
# };
|
||||||
|
#};
|
||||||
|
|
||||||
|
#services.mysql = {
|
||||||
|
# enable = true;
|
||||||
|
# package = pkgs.mariadb;
|
||||||
|
# rootPassword = toString (<secrets/mysql_rootPassword>);
|
||||||
|
#};
|
||||||
|
}
|
Loading…
Reference in a new issue