mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Missing from nixexprs combination
This commit is contained in:
parent
6487421624
commit
f6e2fb570d
13 changed files with 126 additions and 21 deletions
|
|
@ -14,7 +14,6 @@
|
|||
users.kat.guiX11Full
|
||||
users.kat.services.weechat
|
||||
services.nginx
|
||||
services.katsplash
|
||||
services.restic
|
||||
services.zfs
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
generic-extlinux-compatible.enable = true;
|
||||
};
|
||||
consoleLogLevel = lib.mkDefault 7;
|
||||
kernelPackages = pkgs.linuxPackages_rpi1;
|
||||
kernelModules = mkForce [ "loop" "atkbd" ];
|
||||
initrd = {
|
||||
includeDefaultModules = false;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue