aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-05-14 22:21:27 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-05-14 22:21:27 +0200
commit429a0f25909059f4e649e7906bb25791c99353fa (patch)
tree004dc590fd31b3bfbf353d58c027b925876c6c43
parent6968a3a8bebcc716825d692715328e6951c50acc (diff)
Removed the broken and stupid iddeaHEADmain
-rw-r--r--hosts/herra/file-system.nix26
1 files changed, 14 insertions, 12 deletions
diff --git a/hosts/herra/file-system.nix b/hosts/herra/file-system.nix
index dc9e63d..07ba0fa 100644
--- a/hosts/herra/file-system.nix
+++ b/hosts/herra/file-system.nix
@@ -21,17 +21,19 @@
# TODO: FIX ^
# For now use the patch below (ik this is stupid)
- systemd.mounts = [
- {
- what = "/dev/disk/by-label/GAMES";
- where = "/run/media/mun/GAMES";
- type = "ntfs3";
- options = "nofail,rw,uid=1000,gid=100,noatime";
- wantedBy = ["multi-user.target"];
- }
- ];
- systemd.tmpfiles.rules = [
- "d /run/media/mun/GAMES 0755 mun users -"
- ];
+ # NOTE: it was indeed stupid
+ # systemd.mounts = [
+ # {
+ # what = "/dev/disk/by-label/GAMES";
+ # where = "/run/media/mun/GAMES";
+ # type = "ntfs3";
+ # options = "nofail,rw,uid=1000,gid=100,noatime";
+ # wantedBy = ["multi-user.target"];
+ # }
+ # ];
+ #
+ # systemd.tmpfiles.rules = [
+ # "d /run/media/mun/GAMES 0755 mun users -"
+ # ];
}