WIP: Proxmox LXC config.

Includes some refactoring for tailscale and impermanence.
This commit is contained in:
2024-09-24 17:18:12 +01:00
parent 90a2c54664
commit 264f43de50
6 changed files with 87 additions and 7 deletions

View File

@@ -1,7 +1,5 @@
{ pkgs, inputs, ... }:
{
imports = [ inputs.impermanence.nixosModules.impermanence ];
environment.persistence = {
"/persist" = {
directories = [ "/var/lib/nixos" ];