Syncthing -> Sync

This commit is contained in:
Noa Aarts 2024-05-23 13:32:25 +02:00
parent 70b9c7c16d
commit ec8754ad61
2 changed files with 3 additions and 3 deletions

View file

@ -227,8 +227,8 @@
syncthing = { syncthing = {
enable = true; enable = true;
user = "noa"; user = "noa";
dataDir = "/home/noa/Syncthing"; dataDir = "/home/noa/Sync";
configDir = "/home/noa/Syncthing/.config/syncthing"; configDir = "/home/noa/Sync/.config/syncthing";
}; };
xserver = { xserver = {
enable = true; enable = true;

View file

@ -23,7 +23,7 @@
fsType = "vfat"; fsType = "vfat";
}; };
fileSystems."/home/noa/Syncthing" = fileSystems."/home/noa/Sync" =
{ device = "/dev/disk/by-uuid/93a74173-8719-4be2-86b3-dc80588b9cf8"; { device = "/dev/disk/by-uuid/93a74173-8719-4be2-86b3-dc80588b9cf8";
fsType = "ext4"; fsType = "ext4";
}; };