permafrost: goaccess and stuff
This commit is contained in:
parent
7b9ed8add0
commit
d58604a096
2 changed files with 9 additions and 2 deletions
|
@ -51,7 +51,7 @@
|
|||
in {
|
||||
sshUser = "ravenshade";
|
||||
nodes.permafrost = {
|
||||
hostname = "permafrost";
|
||||
hostname = "permafrost.local";
|
||||
profiles.home.path = homeConfigPath "ravenshade@permafrost";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue