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 { nixosConfigurations = rec {
"c2vi-main" = nixpkgs.lib.nixosSystem { "main" = nixpkgs.lib.nixosSystem {
inherit specialArgs;
system = "x86_64-linux"; system = "x86_64-linux";
specialArgs = { inherit inputs confDir workDir secretsDir persistentDir self; }; 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"; system = "x86_64-linux";
specialArgs = { inherit inputs confDir workDir secretsDir persistentDir self; }; specialArgs = { inherit inputs confDir workDir secretsDir persistentDir self; };

View File

@@ -7,5 +7,7 @@
../users/me/default.nix ../users/me/default.nix
]; ];
networking.hostName = "hpm";
} }

View File

@@ -20,7 +20,7 @@
]; ];
networking.hostName = "c2vi-main"; # Define your hostname. networking.hostName = "main";
# some bind mounts # some bind mounts