fixed tailscale persist

This commit is contained in:
yaroslav
2026-03-23 21:08:47 +03:00
parent 5f927fe155
commit 2f78ace34f
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
{ config, pkgs, ...}: { inputs, config, pkgs, ...}:
{ {
nix.buildMachines = [ { nix.buildMachines = [ {
hostName = "Aphelion"; hostName = "Aphelion";
@@ -28,4 +28,7 @@
# Required by OpenTabletDriver # Required by OpenTabletDriver
hardware.uinput.enable = true; hardware.uinput.enable = true;
boot.kernelModules = [ "uinput" ]; boot.kernelModules = [ "uinput" ];
# millenium steam
nixpkgs.overlays = [ inputs.millennium.overlays.default ];
} }
+1 -1
View File
@@ -8,7 +8,7 @@
"/var/lib/nixos" "/var/lib/nixos"
"/var/lib/systemd/coredump" "/var/lib/systemd/coredump"
"/var/lib/systemd/timers" "/var/lib/systemd/timers"
"/var/lib/tailsale" "/var/lib/tailscale"
"/var/lib/fprint" "/var/lib/fprint"
"/var/lib/flatpak" "/var/lib/flatpak"
"/var/lib/libvirt" "/var/lib/libvirt"