From 30c43f5488b42cae49201eeabbb886929ba10ad8 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 8 Dec 2024 16:05:07 -0600 Subject: [PATCH] pruning --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 91415cf..e163ce0 100644 --- a/flake.nix +++ b/flake.nix @@ -54,9 +54,7 @@ ./configuration.nix # > Our main nixos configuration file < "${inputs.nixpkgs}/nixos/modules/virtualisation/proxmox-lxc.nix" ({ ... }: { - # nixpkgs.hostPlatform = "${system}"; system.stateVersion = "${stateVersion}"; - # time.timeZone = "${systemSettings.timeZone}"; services.vscode-server.enable = true; }) inputs.vscode-server.nixosModules.default