Skip to content

Commit 3ff6988

Browse files
committed
feat(eter): disable some things, change editor
1 parent 8ff5917 commit 3ff6988

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

hosts/hive/eter/configuration.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,8 @@
117117
security.sudo.wheelNeedsPassword = false;
118118

119119
environment.systemPackages = with pkgs; [
120-
vim
121-
yazi
122120
bottom
121+
helix
123122
];
124123

125124
programs.nix-ld.enable = true;

hosts/hive/eter/monitoring.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
# grafana configuration
88
services.grafana = {
9-
enable = true;
9+
enable = false;
1010
settings.server = {
1111
http_port = 2342;
1212
http_addr = "127.0.0.1";
@@ -63,7 +63,7 @@
6363
};
6464
};
6565
services.prometheus = {
66-
enable = true;
66+
enable = false;
6767
port = 9001;
6868
webExternalUrl = "http://${name}.local/prometheus/";
6969
exporters = {

0 commit comments

Comments
 (0)