working variables

This commit is contained in:
John Lancaster
2024-12-07 13:47:50 -06:00
parent 4e87f3119f
commit d741b62d2c
3 changed files with 14 additions and 21 deletions

View File

@@ -1,15 +1,5 @@
{ pkgs, modulesPath, ... }:
let
stateVersion = "24.05";
in
{ pkgs, ... }:
{
# system.stateVersion = stateVersion;
# imports = [
# (modulesPath + "/virtualisation/proxmox-lxc.nix")
# ];
# time.timeZone = "America/Chicago";
nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.systemPackages = with pkgs; [