1
0

profiles/hydra-build-machine: Migrate configuration to profile

This commit is contained in:
2025-05-08 17:17:01 +02:00
parent fe23b7745f
commit 1042cf279f
5 changed files with 29 additions and 18 deletions

View File

@@ -4,7 +4,6 @@
imports =
[
./hardware-configuration.nix
../../configuration/hydra-build-machine
./build-machines.nix
./hydra.nix
@@ -12,6 +11,7 @@
];
profiles.clerie.mercury-vm.enable = true;
profiles.clerie.hydra-build-machine.enable = true;
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/vda";

View File

@@ -4,10 +4,10 @@
imports =
[
./hardware-configuration.nix
../../configuration/hydra-build-machine
];
profiles.clerie.cybercluster-vm.enable = true;
profiles.clerie.hydra-build-machine.enable = true;
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/vda";