Backup roam directory with unison

This commit is contained in:
Andrea Ciceri 2025-05-21 17:58:55 +02:00
parent 5692a37c88
commit fd793b791d
No known key found for this signature in database
3 changed files with 26 additions and 0 deletions

View file

@ -98,6 +98,7 @@
"pantalaimon"
"moonlight"
"gimp"
"unison"
];
extraGroups = [ "plugdev" ];
backupPaths = [ ];

View file

@ -113,6 +113,7 @@
environment.systemPackages = with pkgs; [
cifs-utils
unison
];
powerManagement.scsiLinkPolicy = "med_power_with_dipm";