add ssd for backups
This commit is contained in:
parent
3d5e41364b
commit
db4596100e
1 changed files with 5 additions and 0 deletions
|
|
@ -23,6 +23,11 @@
|
|||
fsType = "vfat";
|
||||
};
|
||||
|
||||
fileSystems."/home/noa/Syncthing" = {
|
||||
device = "/dev/disk/by-id/wwn-0x55cd2e414dd065e2-part1";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue