dotfiles/systems/x86_64-linux/node/zfs.nix
2023-07-09 08:25:22 -07:00

9 lines
106 B
Nix

{
config,
pkgs,
...
}: {
boot.supportedFilesystems = ["zfs"];
networking.hostId = "db616c9e";
}