diff --git a/darwin/kuro/services/tailscale.nix b/darwin/kuro/services/tailscale.nix index 0bc848b8..44ce5785 100644 --- a/darwin/kuro/services/tailscale.nix +++ b/darwin/kuro/services/tailscale.nix @@ -1,6 +1,5 @@ -{stablePkgs, ...}: { +{...}: { services.tailscale = { enable = true; - # package = stablePkgs.tailscale; }; } diff --git a/nixos/ryu/ryu.nix b/nixos/ryu/ryu.nix index 4cbdbd52..688c1ec5 100644 --- a/nixos/ryu/ryu.nix +++ b/nixos/ryu/ryu.nix @@ -138,7 +138,7 @@ swapDevices = [ { - device = "/var/lib/swapfile"; + device = "/home/swapfile"; size = 64 * 1024; } ];