Introduced node system

This commit is contained in:
Alejandro Angulo 2023-04-06 20:12:43 -07:00
parent b098765485
commit 2404862e0a
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
5 changed files with 83 additions and 7 deletions

View file

@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
boot.supportedFilesystems = [ "zfs" ];
networking.hostId = "db616c9e";
}