feat: enable better seperation of lxc dependencies

This commit is contained in:
silver 2023-11-16 01:09:35 +00:00
parent 4a95e48179
commit 4c0f3a1645
13 changed files with 196 additions and 101 deletions

View file

@ -13,7 +13,6 @@ Notes:
lib,
nodes,
inputs,
modulesPath,
...
}: let
name = "earth";
@ -21,7 +20,6 @@ Notes:
hostname = "${name}.skynet.ie";
in {
imports = [
(modulesPath + "/virtualisation/proxmox-lxc.nix")
../applications/skynet.ie.nix
];