feat: enable zfs on p330

This commit is contained in:
Michael Mandl 2022-10-11 19:02:11 +02:00
parent 61ad848662
commit 0e3d7bc539
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -2,7 +2,10 @@
{
networking.hostName = "p330";
networking.hostId = "05130071";
boot.loader.grub.enableCryptodisk = true;
boot.supportedFilesystems = [ "zfs" ];
services.xserver = {
videoDrivers = [ "intel" ];