Simplify tailscale configuration
This commit is contained in:
parent
59b58faeb5
commit
51312397b5
5 changed files with 14 additions and 25 deletions
|
@ -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 = "";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue