From 2f8eac64f74016a9b7ef5b3653c04287c8af4706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Violet=20Truchse=C3=9F?= Date: Wed, 14 Feb 2024 16:35:02 +0100 Subject: [PATCH] mount nas command --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index 26169c3..63b8668 100644 --- a/home.nix +++ b/home.nix @@ -297,6 +297,7 @@ fox = "cat"; t = "task"; hl = "hledger"; + mountNas = "systemctl start home-vi-nas.mount"; }; programs.neovim = { enable = true;