Compare commits
No commits in common. "75008ffe53e6099fb63b728b22103296a5c902c7" and "5f8e50471c3008b78defcda9be21977bfa51facb" have entirely different histories.
75008ffe53
...
5f8e50471c
3 changed files with 0 additions and 17 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1 +0,0 @@
|
|||
*.key filter=git-crypt diff=git-crypt
|
16
kiosk.nix
16
kiosk.nix
|
@ -35,20 +35,4 @@ in
|
|||
enable = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
extraUpFlags = [ "--advertise-tags" "tag:kiosk" ];
|
||||
authKeyFile = ./tailscale-client-secret.key;
|
||||
authKeyParameters.ephemeral = false;
|
||||
openFirewall = true;
|
||||
};
|
||||
networking.firewall.trustedInterfaces = [ "tailscale0" ];
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PermitRootLogin = "yes";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue