From 7f68eb452e82786507b68f15811dc193cf8d533b Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Thu, 23 May 2024 13:03:32 +0200 Subject: [PATCH] add syncthing partition --- 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..147db86 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-uuid/93a74173-8719-4be2-86b3-dc80588b9cf8"; + fsType = "ext4"; + }; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking