fixed tailscale persist
This commit is contained in:
@@ -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 ];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user