flake.nix: fix hostnames
This commit is contained in:
parent
ac3cd1a14a
commit
a380fc6428
1 changed files with 4 additions and 4 deletions
|
@ -42,14 +42,14 @@
|
||||||
sops-nix.nixosModules.sops
|
sops-nix.nixosModules.sops
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
nix-community-build01 = nixpkgs.lib.nixosSystem {
|
"build01.nix-community.org" = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = common ++ [
|
modules = common ++ [
|
||||||
./build01/configuration.nix
|
./build01/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
nix-community-build02 = nixpkgs.lib.nixosSystem {
|
"build02.nix-community.org" = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = common ++ [
|
modules = common ++ [
|
||||||
(import ./build02/nixpkgs-update.nix {
|
(import ./build02/nixpkgs-update.nix {
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
nix-community-build03 = nixpkgs.lib.nixosSystem {
|
"build03.nix-community.org" = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = common ++ [
|
modules = common ++ [
|
||||||
(import ./services/hydra {
|
(import ./services/hydra {
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
nix-community-build04 = nixpkgs.lib.nixosSystem {
|
"build04.nix-community.org" = nixpkgs.lib.nixosSystem {
|
||||||
system = "aarch64-linux";
|
system = "aarch64-linux";
|
||||||
modules = common ++ [
|
modules = common ++ [
|
||||||
./build04/configuration.nix
|
./build04/configuration.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue