Tailscale, Move to service, enable on Juri & Onizuka
This commit is contained in:
parent
717b6e5c8e
commit
f124e0550d
3 changed files with 4 additions and 2 deletions
|
|
@ -71,5 +71,6 @@ in {
|
|||
shell.enabledShells = [ "fish" ];
|
||||
shell.defaultShell = "fish";
|
||||
|
||||
tailscale.enable = true;
|
||||
sshd.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
system.users.bigWheels = [ "pan" ];
|
||||
|
||||
sshd.enable = true;
|
||||
tailscale.enable = true;
|
||||
|
||||
tuigreet.enable = true;
|
||||
niri.enable = true;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
Loading…
Add table
Add a link
Reference in a new issue