permafrost: goaccess and stuff

This commit is contained in:
Zynh Ludwig 2025-03-02 21:41:11 -08:00
parent 7b9ed8add0
commit d58604a096
2 changed files with 9 additions and 2 deletions
flake.nix
hosts/permafrost

View file

@ -51,7 +51,7 @@
in { in {
sshUser = "ravenshade"; sshUser = "ravenshade";
nodes.permafrost = { nodes.permafrost = {
hostname = "permafrost"; hostname = "permafrost.local";
profiles.home.path = homeConfigPath "ravenshade@permafrost"; profiles.home.path = homeConfigPath "ravenshade@permafrost";
}; };
}; };

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { pkgs, inputs, ... }:
{ {
imports = [ imports = [
@ -34,10 +34,17 @@
pkgs.nix pkgs.nix
inputs.nh.packages.${pkgs.system}.default
goaccess
go go
wakeonlan wakeonlan
]; ];
home.sessionVariables = {
NH_FLAKE = "/home/ravenshade/permafrost";
};
programs.nix-index.enable = true; programs.nix-index.enable = true;
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.