WIP flakes

This commit is contained in:
John Lancaster
2024-12-07 19:33:13 +00:00
parent a6348adef1
commit 4e87f3119f
2 changed files with 12 additions and 10 deletions

View File

@@ -1,14 +1,12 @@
{ pkgs, lib, modulesPath, ... }:
{ pkgs, modulesPath, ... }:
let
stateVersion = "24.05";
userName = "loki";
repoPath = "/srv/loki";
in
{
system.stateVersion = stateVersion;
imports = [
(modulesPath + "/virtualisation/proxmox-lxc.nix")
];
# system.stateVersion = stateVersion;
# imports = [
# (modulesPath + "/virtualisation/proxmox-lxc.nix")
# ];
# time.timeZone = "America/Chicago";