From 79b78c4e9f9f2f7d0fbfff9e8a4d8ddb7a7c06eb Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 9 Aug 2017 19:01:32 +0200 Subject: typo --- bragi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bragi.nix b/bragi.nix index c040307e..ba9d6ab2 100644 --- a/bragi.nix +++ b/bragi.nix @@ -77,7 +77,7 @@ in rec { systemd.automounts = [ { wantedBy = [ "multi-user.target" ]; where = "/media/odin"; } { wantedBy = [ "multi-user.target" ]; where = "/media/dellingr"; } - { mantedBy = [ "multi-user.target" ]; where = "/media/vali"; } + { wantedBy = [ "multi-user.target" ]; where = "/media/vali"; } ]; systemd.mounts = [ -- cgit v1.2.3