From 3690b3cf9d9f8632df4dd757a94cf1fb8cd88dc1 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sat, 28 Oct 2023 15:19:48 +0200 Subject: [PATCH] fix: mount zfs datasets declaratively --- hosts/nachtigall/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/nachtigall/configuration.nix b/hosts/nachtigall/configuration.nix index 329aa2e..85e2152 100644 --- a/hosts/nachtigall/configuration.nix +++ b/hosts/nachtigall/configuration.nix @@ -51,6 +51,9 @@ ]; }; + # https://nixos.wiki/wiki/ZFS#declarative_mounting_of_ZFS_datasets + systemd.services.zfs-mount.enable = false; + users.groups.hakkonaut = {}; users.users.root.initialHashedPassword = "$y$j9T$bIN6GjQkmPMllOcQsq52K0$q0Z5B5.KW/uxXK9fItB8H6HO79RYAcI/ZZdB0Djke32";