From d58604a096b124dd0f24bbfc94a60e8079f34acb Mon Sep 17 00:00:00 2001 From: Zynh Ludwig <zynh0722@gmail.com> Date: Sun, 2 Mar 2025 21:41:11 -0800 Subject: [PATCH] permafrost: goaccess and stuff --- flake.nix | 2 +- hosts/permafrost/home.nix | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 6b1b23e..5726d16 100644 --- a/flake.nix +++ b/flake.nix @@ -51,7 +51,7 @@ in { sshUser = "ravenshade"; nodes.permafrost = { - hostname = "permafrost"; + hostname = "permafrost.local"; profiles.home.path = homeConfigPath "ravenshade@permafrost"; }; }; diff --git a/hosts/permafrost/home.nix b/hosts/permafrost/home.nix index 49f8caa..1e37a7d 100644 --- a/hosts/permafrost/home.nix +++ b/hosts/permafrost/home.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ pkgs, inputs, ... }: { imports = [ @@ -34,10 +34,17 @@ pkgs.nix + inputs.nh.packages.${pkgs.system}.default + goaccess + go wakeonlan ]; + home.sessionVariables = { + NH_FLAKE = "/home/ravenshade/permafrost"; + }; + programs.nix-index.enable = true; # Let Home Manager install and manage itself.