Add agenix to PATH in hut

This commit is contained in:
Rodrigo Arias 2023-08-23 17:42:50 +02:00
parent b3ef53de51
commit 077eece6b9

View File

@ -12,6 +12,10 @@
agenix.nixosModules.default
];
environment.systemPackages = [
agenix.packages.x86_64-linux.default
];
# Select the this using the ID to avoid mismatches
boot.loader.grub.device = "/dev/disk/by-id/ata-INTEL_SSDSC2BB240G7_PHDV6462004Y240AGN";