diff options
-rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ in rec { | |||
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 | { mantedBy = [ "multi-user.target" ]; where = "/media/vali"; } | 80 | { wantedBy = [ "multi-user.target" ]; where = "/media/vali"; } |
81 | ]; | 81 | ]; |
82 | 82 | ||
83 | systemd.mounts = [ | 83 | systemd.mounts = [ |