7 lines
107 B
Nix
7 lines
107 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
boot.supportedFilesystems = [ "zfs" ];
|
|
networking.hostId = "db616c9e";
|
|
}
|