diff options
-rw-r--r-- | bragi.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -75,9 +75,9 @@ in rec { | |||
75 | }; | 75 | }; |
76 | 76 | ||
77 | systemd.automounts = [ | 77 | systemd.automounts = [ |
78 | { WantedBy = [ "multi-user.target" ]; where = "/media/odin"; } | 78 | { wantedBy = [ "multi-user.target" ]; where = "/media/odin"; } |
79 | { WantedBy = [ "multi-user.target" ]; where = "/media/dellingr"; } | 79 | { wantedBy = [ "multi-user.target" ]; where = "/media/dellingr"; } |
80 | { WantedBy = [ "multi-user.target" ]; where = "/media/vali"; } | 80 | { mantedBy = [ "multi-user.target" ]; where = "/media/vali"; } |
81 | ]; | 81 | ]; |
82 | 82 | ||
83 | systemd.mounts = [ | 83 | systemd.mounts = [ |