feat: adds correct files for lily

This commit is contained in:
Ahwx 2025-05-16 11:28:56 +02:00
parent 1d91a363df
commit 71d816fe80
2 changed files with 42 additions and 5 deletions

View file

@ -18,20 +18,20 @@
];
boot = {
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
supportedFilesystems = [ "zfs" ];
};
networking.hostId = "8wfk1d8a";
networking.hostId = "8ddb2a9b";
services.zfs = {
autoScrub.enable = true;
trim.enable = true;
};
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";
boot.loader.grub.useOSProber = true;
# boot.zfs.extraPools = [ "terrabite" ];
# fileSystems."/terrabite/main" = {