From b37d0c42d5ad90a5f2f8a24502dc54941244e758 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Thu, 12 Aug 2021 19:20:50 +0200 Subject: [PATCH] Move the mail directory to where it is expected --- hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 2149b50..1a9fd74 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -17,7 +17,7 @@ fsType = "ext4"; }; - fileSystems."/srv/vmail" = + fileSystems."/var/vmail" = { device = "/dev/disk/by-uuid/12611461-1b7a-4cbd-8fa7-dfbfdd46e1c0"; fsType = "ext4"; };