11 lines
144 B
Nix
11 lines
144 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
boot.supportedFilesystems = [ "zfs" ];
|
|
boot.zfs.extraPools = [ "tank" ];
|
|
networking.hostId = "db616c9e";
|
|
}
|