rename test vm to ha vm
This commit is contained in:
parent
1cbee388b7
commit
22ab6fa3de
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
...
|
...
|
||||||
} @ inputs:
|
} @ inputs:
|
||||||
inputs.flake-utils.lib.eachDefaultSystem (system: rec {
|
inputs.flake-utils.lib.eachDefaultSystem (system: rec {
|
||||||
nixosConfigurations.test = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.homeassistant-vm = nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
specialArgs.inputs = inputs;
|
specialArgs.inputs = inputs;
|
||||||
modules = [
|
modules = [
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
apps = {
|
apps = {
|
||||||
default = {
|
default = {
|
||||||
type = "app";
|
type = "app";
|
||||||
program = "${nixosConfigurations.test.config.system.build.vm}/bin/run-nixos-vm";
|
program = "${nixosConfigurations.homeassistant-vm.config.system.build.vm}/bin/run-nixos-vm";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue