nixos: Move colony VMs into subdirectory

This commit is contained in:
2022-05-28 23:05:30 +01:00
parent e6e4a1d38e
commit 38e8827487
6 changed files with 72 additions and 67 deletions

View File

@@ -1,4 +1,6 @@
{
imports = [ ./vms ];
nixos.systems.colony = {
system = "x86_64-linux";
nixpkgs = "mine-stable";
@@ -27,7 +29,7 @@
inherit (lib.my) networkdAssignment;
in
{
imports = [ "${modulesPath}/profiles/qemu-guest.nix" ./vms.nix ];
imports = [ "${modulesPath}/profiles/qemu-guest.nix" ];
networking.domain = lib.my.colonyDomain;