Remove redis microvm (lxc migration)
This commit is contained in:
parent
d95682e940
commit
0b8e7b45d8
1 changed files with 0 additions and 24 deletions
24
flake.nix
24
flake.nix
|
@ -38,15 +38,10 @@
|
|||
{
|
||||
microvm = {
|
||||
autostart = [
|
||||
"redis"
|
||||
"grafana"
|
||||
"authentik"
|
||||
];
|
||||
vms = {
|
||||
redis = {
|
||||
flake = self;
|
||||
updateFlake = "git+file:///etc/nixos";
|
||||
};
|
||||
grafana = {
|
||||
flake = self;
|
||||
updateFlake = "git+file:///etc/nixos";
|
||||
|
@ -126,25 +121,6 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
redis = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
microvm.nixosModules.microvm
|
||||
"${inputs.self}/systems"
|
||||
"${inputs.self}/services"
|
||||
{
|
||||
services.vm_redis = {
|
||||
enable = true;
|
||||
};
|
||||
services.vm = {
|
||||
enable = true;
|
||||
hostname = "redis";
|
||||
vm_ip = "192.168.1.16";
|
||||
macAddr = "02:00:00:00:00:16";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
grafana = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
|
|
Loading…
Reference in a new issue