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}";