feat: enable zfs on p330
parent
61ad848662
commit
0e3d7bc539
|
@ -2,7 +2,10 @@
|
|||
|
||||
{
|
||||
networking.hostName = "p330";
|
||||
networking.hostId = "05130071";
|
||||
|
||||
boot.loader.grub.enableCryptodisk = true;
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
|
||||
services.xserver = {
|
||||
videoDrivers = [ "intel" ];
|
||||
|
|
Loading…
Reference in New Issue