hosts/web-01: add default.nix
This commit is contained in:
21
hosts/web-01/default.nix
Normal file
21
hosts/web-01/default.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
base.hostName = "web-01";
|
||||
network.routingType = "dynamic";
|
||||
network.hardwareAddress = "BC:24:11:9C:0A:B4";
|
||||
network.staticAddresses = [
|
||||
"/24"
|
||||
"/64"
|
||||
];
|
||||
qemu.enable = true;
|
||||
spice.enable = true;
|
||||
|
||||
base.userSSHKeys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKG67f82Yhqe2OkeHUN5g8QNLJzGI787OLvvNVwPUfeb etorres@xenon"
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user