refactor: remove obsolete zfs settings

This commit is contained in:
Michael Mandl 2023-12-19 10:04:45 +01:00
parent dd280068e2
commit 258e5a6b0e
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -2,8 +2,5 @@
{
networking.hostName = "p330";
networking.hostId = "05130071";
boot.loader.grub.enableCryptodisk = true;
boot.supportedFilesystems = [ "zfs" ];
}