add xkcd-pw
This commit is contained in:
@@ -6,7 +6,7 @@ in
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget curl vim nano zsh fzf tmux git eza progress tldr htop unstable.docker-compose pkgs.php83 steamcmd
|
||||
wget curl vim nano zsh fzf tmux git eza progress tldr htop unstable.docker-compose pkgs.php83 steamcmd helix
|
||||
];
|
||||
|
||||
imports =
|
||||
|
||||
@@ -23,5 +23,6 @@
|
||||
# ./unciv.nix
|
||||
# ./hydra.nix
|
||||
./postgres.nix
|
||||
./xkcd-password.nix
|
||||
];
|
||||
}
|
||||
|
||||
11
services/xkcd-password.nix
Normal file
11
services/xkcd-password.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.nginx.virtualHosts."xkcd-pw.stubbe.rocks" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://localhost:8080";
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user