Compare commits

..

No commits in common. "df4ce5afb263d7fe4ef3f97746605f176bb0e614" and "df761d0085dde1e1c77e24eab031578c5741b8a8" have entirely different histories.

2 changed files with 5 additions and 13 deletions

View file

@ -61,14 +61,11 @@ in
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
programs = {
fish.enable = true;
gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "curses";
};
mosh.enable = true;
programs.fish.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "curses";
};
# List services that you want to enable:

View file

@ -54,11 +54,6 @@ in {
environment.BORG_RSH = "ssh -i /root/borgbackup/ssh_key";
compression = "auto,lzma";
startAt = "daily";
prune.keep = {
daily = 7;
weekly = 4;
monthly = 6;
};
};
};
}