WIP flakes
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user