From 7ecb6a67fbb739504400a3591ca19cbf176b5761 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 13 Dec 2024 21:14:48 -0600 Subject: [PATCH] pruning --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 ]; }; };