forked from Fachschaft/nixConfig
Passe Mailman-Pfad an
This commit is contained in:
parent
2d1e2ccfde
commit
466739f9fe
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = ["subvol=nix"];
|
options = ["subvol=nix"];
|
||||||
};
|
};
|
||||||
fileSystems."/var/lib/mailman3" = {
|
fileSystems."/var/lib/mailman" = {
|
||||||
device = "/dev/disk/by-label/mailman";
|
device = "/dev/disk/by-label/mailman";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue