hosts/build04: drop feature comments
This commit is contained in:
parent
dc9f156a42
commit
f76d6c9db4
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
nixpkgs.system = "aarch64-linux";
|
||||
|
||||
# disable kvm/nixos-tests
|
||||
nix.settings.system-features = [ "big-parallel" ]; # sync with modules/nixos/remote-builder/aarch64-build04.nix
|
||||
nix.settings.system-features = [ "big-parallel" ];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.systemd-boot.configurationLimit = 3;
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
sshKey = config.sops.secrets.id_buildfarm.path;
|
||||
sshUser = "nix";
|
||||
system = "aarch64-linux";
|
||||
supportedFeatures = [ "big-parallel" ]; # sync with build04/configuration.nix
|
||||
supportedFeatures = [ "big-parallel" ];
|
||||
}
|
||||
];
|
||||
sops.secrets.id_buildfarm = { };
|
||||
|
|
Loading…
Add table
Reference in a new issue