diff --git a/homelab-services/incus-vm/flake.nix b/homelab-services/incus-vm/flake.nix new file mode 100644 index 0000000..090c3ff --- /dev/null +++ b/homelab-services/incus-vm/flake.nix @@ -0,0 +1,13 @@ +{ + description = "Flake to run services on a VM powered by incus"; + + inputs = { + nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05"; + }; + + outputs = + { ... }: + { + + }; +}