From 38c7effc938b48ce9dc1939973f21f067b4574f4 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 8 Dec 2024 12:45:27 -0600 Subject: [PATCH] fix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b83076a..805d2fc 100644 --- a/flake.nix +++ b/flake.nix @@ -34,7 +34,7 @@ ${hostname} = nixpkgs.lib.nixosSystem { specialArgs = {inherit inputs outputs;}; modules = [ - ./nixos/configuration.nix # > Our main nixos configuration file < + ./configuration.nix # > Our main nixos configuration file < "${nixpkgs}/nixos/modules/virtualisation/proxmox-lxc.nix" ({ ... }: { nixpkgs.hostPlatform = "${system}";