changes idk

This commit is contained in:
KoenDR06 2025-11-19 21:02:16 +01:00
parent 4ece795c37
commit 22fb3d09f3
2 changed files with 7 additions and 2 deletions

View file

@ -22,6 +22,11 @@
fsType = "ext4";
};
fileSystems."/mnt/bulk" = {
device = "/dev/disk/by-uuid/b43f0ba4-c628-4f1a-8523-c6b970325330";
fsType = "ext4";
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/6AB6-63FD";
fsType = "vfat";

View file

@ -51,12 +51,12 @@ in {
"Documents" = {
id = "documentFolder";
path = "/home/${username}/Documents";
devices = ["luna" "artemis" "terra" "solis"];
devices = ["artemis" "terra" "solis"];
};
"Programming" = {
id = "programmingFolder";
path = "/home/${username}/Programming";
devices = ["luna" "artemis" "terra" "solis"];
devices = ["artemis" "terra" "solis"];
# TODO 25.11 add ignore
};
};