dotfiles/systems/x86_64-linux/node/zfs.nix

7 lines
107 B
Nix

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