removed the c2vi from my hostnames

This commit is contained in:
Sebastian Moser
2023-10-31 20:39:14 +01:00
parent de82a7dc56
commit c9240424b0
3 changed files with 7 additions and 3 deletions

View File

@@ -37,7 +37,8 @@
{
nixosConfigurations = rec {
"c2vi-main" = nixpkgs.lib.nixosSystem {
"main" = nixpkgs.lib.nixosSystem {
inherit specialArgs;
system = "x86_64-linux";
specialArgs = { inherit inputs confDir workDir secretsDir persistentDir self; };
@@ -47,7 +48,8 @@
];
};
"c2vi-hpm" = nixpkgs.lib.nixosSystem {
"hpm" = nixpkgs.lib.nixosSystem {
inherit specialArgs;
system = "x86_64-linux";
specialArgs = { inherit inputs confDir workDir secretsDir persistentDir self; };