diff --git a/flake.nix b/flake.nix index 023bc7d..44bb6d9 100644 --- a/flake.nix +++ b/flake.nix @@ -17,12 +17,11 @@ system = "x86_64-linux"; specialArgs = { inherit pkgs; - # inherit systemSettings; - # inherit userSettings; }; modules = [ (args.nixpkgs + "/nixos/modules/virtualisation/proxmox-lxc.nix") args.vscode-server.nixosModules.default + # ./configuration.nix ({ pkgs, ... }: { system.stateVersion = "24.11"; nix.settings.experimental-features = [ "nix-command" "flakes" ]; @@ -31,7 +30,6 @@ git ]; }) - # ./configuration.nix ]; }; };