removed the c2vi from my hostnames
This commit is contained in:
@@ -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; };
|
||||||
|
|||||||
@@ -7,5 +7,7 @@
|
|||||||
|
|
||||||
../users/me/default.nix
|
../users/me/default.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
networking.hostName = "hpm";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
networking.hostName = "c2vi-main"; # Define your hostname.
|
networking.hostName = "main";
|
||||||
|
|
||||||
|
|
||||||
# some bind mounts
|
# some bind mounts
|
||||||
|
|||||||
Reference in New Issue
Block a user