doesn't fail check at least
This commit is contained in:
parent
fe0bf55df2
commit
a09edd8478
2 changed files with 19 additions and 1 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue