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