doesn't fail check at least

This commit is contained in:
twoneis 2025-02-07 20:20:02 +01:00
parent fe0bf55df2
commit a09edd8478
2 changed files with 19 additions and 1 deletions

View file

@ -7,7 +7,10 @@
nixpkgs.hostPlatform = "x86_64-linux";
networking.hostName = "ellaca";
networking = {
hostName = "ellaca";
domain = "twoneis.site";
};
boot = {
initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod" ];