feat: enable zfs on p330

main
mandlm 2022-10-11 19:02:11 +02:00
parent 61ad848662
commit 0e3d7bc539
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 3 additions and 0 deletions

View File

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