flake: drop domain

This commit is contained in:
zowoq 2023-02-06 18:09:06 +10:00
parent e08836f51a
commit 0d290748d3
4 changed files with 6 additions and 16 deletions

View file

@ -77,7 +77,7 @@
];
in
{
"build01.nix-community.org" = nixosSystem {
build01 = nixosSystem {
system = "x86_64-linux";
modules =
common
@ -87,7 +87,7 @@
];
};
"build02.nix-community.org" = nixosSystem {
build02 = nixosSystem {
system = "x86_64-linux";
modules =
common
@ -106,7 +106,7 @@
];
};
"build03.nix-community.org" = nixosSystem {
build03 = nixosSystem {
system = "x86_64-linux";
modules =
common
@ -120,7 +120,7 @@
];
};
"build04.nix-community.org" = nixosSystem {
build04 = nixosSystem {
system = "aarch64-linux";
modules =
common