infrastructure/systems/gengetsu/default.nix
2024-11-20 10:02:58 -08:00

21 lines
317 B
Nix

_: {
imports = [
];
arch = "x86_64";
type = "NixOS";
modules = [
./nixos.nix
];
deploy.hostname = "10.1.1.204";
deploy.sshOpts = [];
#exports = {
#services = {
#};
#};
network.networks = {
local = {
macAddress = "54:48:10:f3:fe:aa";
address4 = "10.1.1.61";
};
};
}