Compare commits
3 Commits
b09b26c3a3
...
447fc61c0b
| Author | SHA1 | Date | |
|---|---|---|---|
|
447fc61c0b
|
|||
|
464e99ab2c
|
|||
|
a33a909ff0
|
@@ -65,6 +65,7 @@
|
||||
microvm,
|
||||
impermanence,
|
||||
lanzaboote,
|
||||
noctalia,
|
||||
...
|
||||
} @ inputs:
|
||||
let
|
||||
|
||||
@@ -97,7 +97,6 @@
|
||||
})
|
||||
|
||||
sdkmanager
|
||||
android-tools
|
||||
];
|
||||
|
||||
file.".config/wall".source = ../modules/themes/wall.jpg;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Lifebook laptop — system configuration
|
||||
#
|
||||
|
||||
{ lib, pkgs, ... }:
|
||||
{ lib, pkgs, user, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
||||
@@ -32,8 +32,13 @@
|
||||
useACMEHost = "home.opel-online.de";
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "https://cache.ci.kabtop.de";
|
||||
extraConfig = ''
|
||||
proxy_pass https://cache.ci.kabtop.de;
|
||||
proxy_ssl_server_name on;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Connection "";
|
||||
proxy_set_header Host cache.ci.kabtop.de;
|
||||
|
||||
proxy_cache nix_cache;
|
||||
proxy_cache_valid 200 14d;
|
||||
proxy_cache_valid 404 1m;
|
||||
@@ -70,6 +75,8 @@
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.nginx.serviceConfig.ReadWritePaths = [ "/mnt/Pluto/nix-cache" ];
|
||||
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedUDPPorts = [ ];
|
||||
|
||||
Reference in New Issue
Block a user