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 = [ {
hostName = "Aphelion";
@@ -28,4 +28,7 @@
# Required by OpenTabletDriver
hardware.uinput.enable = true;
boot.kernelModules = [ "uinput" ];
# millenium steam
nixpkgs.overlays = [ inputs.millennium.overlays.default ];
}