fix fs configs

This commit is contained in:
Motiejus Jakštys 2024-03-13 22:03:43 +02:00
parent a6785cbd83
commit 46ebdf600e

View File

@ -21,7 +21,7 @@
}; };
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.supportedFilesystems = ["zfs" "btrfs" "bcachefs"]; boot.supportedFilesystems = ["zfs" "btrfs"];
isoImage = { isoImage = {
isoName = "toolshed-${self.lastModifiedDate}.iso"; isoName = "toolshed-${self.lastModifiedDate}.iso";
@ -46,5 +46,6 @@
hostName = "vm"; hostName = "vm";
domain = "jakstys.lt"; domain = "jakstys.lt";
firewall.allowedTCPPorts = [22]; firewall.allowedTCPPorts = [22];
hostId = "abefef01";
}; };
} }