mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Add deja-dup and dedicated backups volume mount
This commit is contained in:
@@ -66,6 +66,11 @@
|
||||
fsType = "nfs";
|
||||
};
|
||||
|
||||
fileSystems."/mnt/synology-2b/backups" = {
|
||||
device = "192.168.1.250:/volume1/Backups";
|
||||
fsType = "nfs";
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
{device = "/dev/disk/by-uuid/5d6d0388-2b15-4ff1-9f0f-391818a76090";}
|
||||
];
|
||||
|
@@ -13,6 +13,7 @@ in {
|
||||
bitwarden
|
||||
bitwarden-cli
|
||||
chromium
|
||||
deja-dup
|
||||
discord
|
||||
foliate
|
||||
fx_cast_bridge
|
||||
|
Reference in New Issue
Block a user