formatting
This commit is contained in:
parent
1ebe022f03
commit
d664253d15
2 changed files with 14 additions and 4 deletions
|
|
@ -41,8 +41,15 @@
|
||||||
authorizedKeys = [
|
authorizedKeys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPfnV+qqUCJf92npNW4Jy0hIiepCJFBDJHXBHnUlNX0k"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPfnV+qqUCJf92npNW4Jy0hIiepCJFBDJHXBHnUlNX0k"
|
||||||
];
|
];
|
||||||
ethernetDrivers = [ "virtio_pci" # QEMU support
|
ethernetDrivers = [
|
||||||
"virtio_net" "virtio_pci" "virtio_blk" "virtio_balloon" "virtio_console" "virtio_gpu" ];
|
"virtio_pci" # QEMU support
|
||||||
|
"virtio_net"
|
||||||
|
"virtio_pci"
|
||||||
|
"virtio_blk"
|
||||||
|
"virtio_balloon"
|
||||||
|
"virtio_console"
|
||||||
|
"virtio_gpu"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
zfs = {
|
zfs = {
|
||||||
|
|
@ -92,7 +99,10 @@
|
||||||
address = "fe80::1";
|
address = "fe80::1";
|
||||||
interface = "eth0";
|
interface = "eth0";
|
||||||
};
|
};
|
||||||
nameservers = [ "1.1.1.1" "8.8.8.8" ]; # Cloudflare and Google DNS
|
nameservers = [
|
||||||
|
"1.1.1.1"
|
||||||
|
"8.8.8.8"
|
||||||
|
]; # Cloudflare and Google DNS
|
||||||
};
|
};
|
||||||
|
|
||||||
# Override initrd kernel params for static IP
|
# Override initrd kernel params for static IP
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./programs
|
./programs
|
||||||
# no home manager services yet
|
# no home manager services yet
|
||||||
# ./services
|
# ./services
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue