From 2a828ef30c4958f8d2ff23c1add5ec2e0229d0dd Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Tue, 9 Jan 2024 19:04:28 -0800 Subject: [PATCH] fixed missing atuin references --- flake.nix | 6 +++--- hosts/Alaska/default.nix | 1 + hosts/Alaska/modules/atuin.nix | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 579f586..329ad80 100644 --- a/flake.nix +++ b/flake.nix @@ -63,7 +63,7 @@ Alaska = lib.nixosSystem { inherit system; specialArgs = { - inherit user headscale atuin; + inherit user headscale; }; modules = [ @@ -77,7 +77,7 @@ useGlobalPkgs = true; useUserPackages = true; extraSpecialArgs = { - inherit user ewwtilities pkgs-stable; + inherit user ewwtilities atuin pkgs-stable; }; users.${user} = { imports = [ @@ -110,7 +110,7 @@ useGlobalPkgs = true; useUserPackages = true; extraSpecialArgs = { - inherit user ewwtilities pkgs-stable; + inherit user ewwtilities atuin pkgs-stable; }; users.${user} = { imports = [ diff --git a/hosts/Alaska/default.nix b/hosts/Alaska/default.nix index 75d2190..e33c162 100644 --- a/hosts/Alaska/default.nix +++ b/hosts/Alaska/default.nix @@ -4,6 +4,7 @@ { imports = [ + ./modules/atuin.nix ./modules/backup_script.nix ./configuration.nix ./hardware-configuration.nix diff --git a/hosts/Alaska/modules/atuin.nix b/hosts/Alaska/modules/atuin.nix index 483e7db..47f01ca 100644 --- a/hosts/Alaska/modules/atuin.nix +++ b/hosts/Alaska/modules/atuin.nix @@ -19,7 +19,7 @@ in forceSSL = true; enableACME = true; locations."/" = { - proxyPass = "http://127.0.0.1:${builtins.toString config.services.atuin.port}"; + # proxyPass = "http://127.0.0.1:${builtins.toString config.services.atuin.port}"; proxyWebsockets = true; extraConfig = '' allow 100.64.0.0/16;