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