From db4596100e0b923a689821d1fb1fecab1a0202d6 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 21 May 2024 18:44:43 +0200 Subject: [PATCH] add ssd for backups --- hosts/default/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/default/hardware-configuration.nix b/hosts/default/hardware-configuration.nix index 17ffb75..50c251d 100644 --- a/hosts/default/hardware-configuration.nix +++ b/hosts/default/hardware-configuration.nix @@ -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