Merge pull request 'fix: mount zfs datasets declaratively' (#18) from fix-zfs-mount into main

Reviewed-on: pub-solar/infra-new#18
Reviewed-by: b12f <hello@benjaminbaedorf.eu>
This commit is contained in:
b12f 2023-10-28 15:20:56 +02:00
commit f0eb3fd4f4
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

View file

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