summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index c040307e..ba9d6ab2 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -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 = [