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 = "";