Tailscale, Move to service, enable on Juri & Onizuka

This commit is contained in:
Julia Lange 2025-07-10 12:02:31 -07:00
parent 717b6e5c8e
commit f124e0550d
Signed by: Julia
SSH key fingerprint: SHA256:50XUMcOFYPUs9/1j7p9SPnwASZ7QnxXm7THF7HkbqzQ
3 changed files with 4 additions and 2 deletions

View file

@ -71,5 +71,6 @@ in {
shell.enabledShells = [ "fish" ];
shell.defaultShell = "fish";
tailscale.enable = true;
sshd.enable = true;
}

View file

@ -13,6 +13,7 @@
system.users.bigWheels = [ "pan" ];
sshd.enable = true;
tailscale.enable = true;
tuigreet.enable = true;
niri.enable = true;

View file

@ -1,8 +1,8 @@
{ config, lib, ... }:
{ config, pkgs, lib, ... }:
{
options.tailscale = {
enable = lib.mkEnableOption "Enables tailscale";
enable = lib.mkEnableOption "enables tailscale";
};
config = lib.mkIf config.tailscale.enable {