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"; };