feat: enable zfs on p330
This commit is contained in:
parent
61ad848662
commit
0e3d7bc539
1 changed files with 3 additions and 0 deletions
|
@ -2,7 +2,10 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
networking.hostName = "p330";
|
networking.hostName = "p330";
|
||||||
|
networking.hostId = "05130071";
|
||||||
|
|
||||||
boot.loader.grub.enableCryptodisk = true;
|
boot.loader.grub.enableCryptodisk = true;
|
||||||
|
boot.supportedFilesystems = [ "zfs" ];
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
videoDrivers = [ "intel" ];
|
videoDrivers = [ "intel" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue