forked from fabian/nix_config
general: modularize borg/rsync config
This commit is contained in:
parent
db0040dcf4
commit
a739323b41
6 changed files with 84 additions and 99 deletions
|
@ -9,7 +9,6 @@
|
|||
flakes.home-manager.nixosModules.home-manager
|
||||
flakes.impermanence.nixosModule
|
||||
./hardware-configuration.nix
|
||||
./borg.nix
|
||||
];
|
||||
|
||||
local.sys = {
|
||||
|
@ -22,6 +21,16 @@
|
|||
androidSupport.enable = true;
|
||||
steam.enable = true;
|
||||
gtklock.enable = true;
|
||||
borgsync = {
|
||||
enable = true;
|
||||
paths = [
|
||||
"/home/fabian/nix"
|
||||
"/home/fabian/safe"
|
||||
"/extern/var/media"
|
||||
"/extern/var/fsociety_backup"
|
||||
];
|
||||
repoName = "posixlycorrect";
|
||||
};
|
||||
|
||||
users = {
|
||||
fabian = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue