Syncthing -> Sync
This commit is contained in:
parent
70b9c7c16d
commit
ec8754ad61
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue