Simplify tailscale configuration

This commit is contained in:
Pim Kunis 2024-11-10 12:16:05 +01:00
parent 59b58faeb5
commit 51312397b5
5 changed files with 14 additions and 25 deletions

View file

@ -10,7 +10,11 @@
facter.reportPath = ./facter.json;
networking.hostName = "gamepc";
services.openssh.enable = true;
services = {
openssh.enable = true;
tailscale.enable = true;
};
users.users = {
root.password = "";

View file

@ -6,11 +6,12 @@
gnome.enable = true;
stylix.enable = true;
wireguard.enable = true;
tailscale.enable = true;
compliance.enable = true;
sops.enable = true;
};
services.tailscale.enable = true;
facter.reportPath = ./facter.json;
networking.hostName = "xps-9315";