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 {
|
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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue