nixos: Add Hercules CI and Nix cache

This commit is contained in:
2022-07-16 21:01:18 +01:00
parent accb14721d
commit 0ca615a389
10 changed files with 163 additions and 28 deletions

View File

@@ -34,7 +34,7 @@
inherit (lib.my) networkdAssignment;
in
{
imports = [ "${modulesPath}/profiles/qemu-guest.nix" ];
imports = [ "${modulesPath}/profiles/qemu-guest.nix" ./hercules.nix ];
config = mkMerge [
{