Ran alejandra

This commit is contained in:
Alejandro Angulo 2023-07-09 08:25:22 -07:00
parent af82d2ea59
commit a128ade0e8
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
4 changed files with 29 additions and 24 deletions

View file

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