From 466739f9fe6c6d43279dec62d16784cd5ad2bd3b Mon Sep 17 00:00:00 2001 From: Gonne Date: Tue, 6 Feb 2024 10:35:16 +0100 Subject: [PATCH] Passe Mailman-Pfad an --- nixos/machines/lobon/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/machines/lobon/hardware-configuration.nix b/nixos/machines/lobon/hardware-configuration.nix index 4830b2c..1cb7611 100644 --- a/nixos/machines/lobon/hardware-configuration.nix +++ b/nixos/machines/lobon/hardware-configuration.nix @@ -25,7 +25,7 @@ fsType = "btrfs"; options = ["subvol=nix"]; }; - fileSystems."/var/lib/mailman3" = { + fileSystems."/var/lib/mailman" = { device = "/dev/disk/by-label/mailman"; fsType = "ext4"; };