renaming
This commit is contained in:
parent
4b1332e748
commit
bd454fe348
@ -80,12 +80,12 @@
|
||||
];
|
||||
};
|
||||
|
||||
v-th-ctr01 = nixpkgs.lib.nixosSystem {
|
||||
v-th-ctr-01 = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
|
||||
./hosts/th-vrt-ctr01
|
||||
./hosts/v-th-ctr-01
|
||||
];
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user