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,15 +61,12 @@ in
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
# started in user sessions.
|
# started in user sessions.
|
||||||
programs = {
|
programs.fish.enable = true;
|
||||||
fish.enable = true;
|
programs.gnupg.agent = {
|
||||||
gnupg.agent = {
|
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
pinentryFlavor = "curses";
|
pinentryFlavor = "curses";
|
||||||
};
|
};
|
||||||
mosh.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
my.services = {
|
my.services = {
|
||||||
|
|
|
||||||
|
|
@ -54,11 +54,6 @@ in {
|
||||||
environment.BORG_RSH = "ssh -i /root/borgbackup/ssh_key";
|
environment.BORG_RSH = "ssh -i /root/borgbackup/ssh_key";
|
||||||
compression = "auto,lzma";
|
compression = "auto,lzma";
|
||||||
startAt = "daily";
|
startAt = "daily";
|
||||||
prune.keep = {
|
|
||||||
daily = 7;
|
|
||||||
weekly = 4;
|
|
||||||
monthly = 6;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue