10 lines
180 B
Nix
10 lines
180 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
networking.hostName = "p330";
|
|
networking.hostId = "05130071";
|
|
|
|
boot.loader.grub.enableCryptodisk = true;
|
|
boot.supportedFilesystems = [ "zfs" ];
|
|
}
|