changes idk
This commit is contained in:
parent
4ece795c37
commit
22fb3d09f3
2 changed files with 7 additions and 2 deletions
|
|
@ -22,6 +22,11 @@
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/mnt/bulk" = {
|
||||||
|
device = "/dev/disk/by-uuid/b43f0ba4-c628-4f1a-8523-c6b970325330";
|
||||||
|
fsType = "ext4";
|
||||||
|
};
|
||||||
|
|
||||||
fileSystems."/boot" = {
|
fileSystems."/boot" = {
|
||||||
device = "/dev/disk/by-uuid/6AB6-63FD";
|
device = "/dev/disk/by-uuid/6AB6-63FD";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
|
|
|
||||||
|
|
@ -51,12 +51,12 @@ in {
|
||||||
"Documents" = {
|
"Documents" = {
|
||||||
id = "documentFolder";
|
id = "documentFolder";
|
||||||
path = "/home/${username}/Documents";
|
path = "/home/${username}/Documents";
|
||||||
devices = ["luna" "artemis" "terra" "solis"];
|
devices = ["artemis" "terra" "solis"];
|
||||||
};
|
};
|
||||||
"Programming" = {
|
"Programming" = {
|
||||||
id = "programmingFolder";
|
id = "programmingFolder";
|
||||||
path = "/home/${username}/Programming";
|
path = "/home/${username}/Programming";
|
||||||
devices = ["luna" "artemis" "terra" "solis"];
|
devices = ["artemis" "terra" "solis"];
|
||||||
# TODO 25.11 add ignore
|
# TODO 25.11 add ignore
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue