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

7 lines
107 B
Nix
Raw Normal View History

2023-04-07 03:12:43 +00:00
{ config, pkgs, ... }:
{
boot.supportedFilesystems = [ "zfs" ];
networking.hostId = "db616c9e";
}