Delete netbox service
This commit is contained in:
parent
d796b787b8
commit
8c2f113c55
3 changed files with 0 additions and 96 deletions
22
flake.nix
22
flake.nix
|
@ -170,28 +170,6 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
netbox = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
agenix.nixosModules.default
|
||||
microvm.nixosModules.microvm
|
||||
"${inputs.self}/systems"
|
||||
"${inputs.self}/services"
|
||||
{
|
||||
services.vm_netbox = {
|
||||
enable = true;
|
||||
};
|
||||
services.vm = {
|
||||
enable = true;
|
||||
hostname = "netbox";
|
||||
vm_ip = "192.168.1.45";
|
||||
vm_cpu = 2;
|
||||
vm_mem = 2048;
|
||||
macAddr = "02:00:00:00:00:45";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
authentik = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue