Compare commits
No commits in common. "df4ce5afb263d7fe4ef3f97746605f176bb0e614" and "df761d0085dde1e1c77e24eab031578c5741b8a8" have entirely different histories.
df4ce5afb2
...
df761d0085
2 changed files with 5 additions and 13 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue