Add gnupg agent to baseline and Zed to FHS

This commit is contained in:
Greg Hellings
2025-12-02 15:05:46 -06:00
parent 06244af906
commit d0163c4dd7
2 changed files with 15 additions and 2 deletions
+14 -2
View File
@@ -72,6 +72,8 @@ in
};
programs = {
gnupg.agent.enable = true;
xonsh = {
enable = true;
extraPackages = (
@@ -178,7 +180,13 @@ in
prometheus.exporters = {
node = {
enable = true;
enabledCollectors = [ "ethtool" "logind" "mountstats" "systemd" "tcpstat" ];
enabledCollectors = [
"ethtool"
"logind"
"mountstats"
"systemd"
"tcpstat"
];
};
ping = {
enable = true;
@@ -187,7 +195,11 @@ in
interval = "10s";
timeout = "5s";
};
targets = [ "thehellings.com" "genesis.shire-zebra.ts.net" "www.google.com" ];
targets = [
"thehellings.com"
"genesis.shire-zebra.ts.net"
"www.google.com"
];
};
};
systemd.enable = true;
+1
View File
@@ -14,6 +14,7 @@ in
config = lib.mkIf cfg {
programs.zed-editor = {
enable = true;
package = pkgs.zed-editor-fhs;
extensions = [
"ansible"
"cargo-tom"