Missing from nixexprs combination

This commit is contained in:
kat 2022-04-12 16:24:31 +01:00 committed by kat
parent 6487421624
commit f6e2fb570d
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
13 changed files with 126 additions and 21 deletions

View file

@ -14,7 +14,6 @@
users.kat.guiX11Full
users.kat.services.weechat
services.nginx
services.katsplash
services.restic
services.zfs
];

View file

@ -27,14 +27,5 @@
};
};
services.nginx.virtualHosts =
let
splashy = pkgs.host-splash-site config.networking.hostName;
in
kw.virtualHostGen {
networkFilter = [ "public" ];
block.locations."/" = { root = splashy; };
};
system.stateVersion = "21.11";
}

View file

@ -11,7 +11,6 @@
generic-extlinux-compatible.enable = true;
};
consoleLogLevel = lib.mkDefault 7;
kernelPackages = pkgs.linuxPackages_rpi1;
kernelModules = mkForce [ "loop" "atkbd" ];
initrd = {
includeDefaultModules = false;

View file

@ -1,9 +0,0 @@
{ config, pkgs, kw, ... }:
let splashy = pkgs.host-splash-site config.networking.hostName; in
{
services.nginx.virtualHosts = kw.virtualHostGen {
networkFilter = [ "private" ];
block.locations."/" = { root = splashy; };
};
}

@ -1 +1 @@
Subproject commit bb2c466204d46307e3e374a526268c37ca4f7839
Subproject commit 84b1742d36714279de336e2bee37848d0b3b6de8