This commit is contained in:
baritone 2025-03-13 16:52:21 +01:00
parent ebc17a7cd3
commit e95150ce4d
3 changed files with 6 additions and 6 deletions

View file

@ -48,8 +48,6 @@
# };
# };
programs.ssh.startAgent = true;
programs.nano.enable = false;
environment.systemPackages = with pkgs; [
wget
@ -60,6 +58,7 @@
inputs.agenix.packages."${system}".default
];
programs.nano.enable = false;
environment.variables = {
EDITOR = "vim"; # FUCK NANO
};
@ -74,8 +73,5 @@
'';
};
programs.mtr.enable = true;
programs.gnupg.agent.enable = true;
system.stateVersion = "24.11";
}

View file

@ -24,4 +24,8 @@
}
];
};
programs.ssh.startAgent = true;
programs.mtr.enable = true;
programs.gnupg.agent.enable = true;
}

View file

@ -1,6 +1,6 @@
{...}: {
services.zfs.zed = {
enable = true;
enableMail = true;
settings = {
ZED_DEBUG_LOG = "/tmp/zed.debug.log";
ZED_EMAIL_ADDR = "snorre@altschul.dk";