diff --git a/flake.nix b/flake.nix index 1e70a48..fc38e4b 100644 --- a/flake.nix +++ b/flake.nix @@ -162,6 +162,7 @@ }; dalinar = nixpkgs-stable.lib.nixosSystem { inherit system; + pkgs = stable; specialArgs = { inherit inputs; }; modules = [ ./systems/dalinar/configuration.nix diff --git a/modules/base.nix b/modules/base.nix index c3a7726..2152397 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -17,8 +17,6 @@ in { settings = { auto-optimise-store = true; }; nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; }; - # nixpkgs.config.allowUnFree = true; - # pkgs.config.allowUnfree = true; system.autoUpgrade = { enable = true; diff --git a/systems/dalinar/configuration.nix b/systems/dalinar/configuration.nix index 09c79bf..c3835ed 100644 --- a/systems/dalinar/configuration.nix +++ b/systems/dalinar/configuration.nix @@ -205,6 +205,8 @@ "vpnui.cochrun.xyz" "inv.cochrun.xyz" "tubesync.cochrun.xyz" + "amp.cochrun.xyz" + "workout.cochrun.xyz" ]; passwordFile = "/home/chris/ddclientp"; protocol = "namecheap"; @@ -288,6 +290,11 @@ reverse_proxy localhost:8123 ''; }; + virtualHosts = { + "amp.cochrun.xyz".extraConfig = '' + reverse_proxy localhost:4533 + ''; + }; virtualHosts = { "ai.cochrun.xyz".extraConfig = '' reverse_proxy localhost:11434