feat: enable zfs on p330

mandlm 2022-10-11 19:02:11 +02:00
parent 61ad848662
commit 6d07786aa3
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 = "p330";
boot.loader.grub.enableCryptodisk = true;
boot.supportedFilesystems = [ "zfs" ];
services.xserver = {
videoDrivers = [ "intel" ];