fix fs configs

main
Motiejus Jakštys 2024-03-13 22:03:43 +02:00
parent a6785cbd83
commit 46ebdf600e
1 changed files with 2 additions and 1 deletions

View File

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