Added tailscale config
This commit is contained in:
parent
c1adac59c4
commit
954d01d4fe
5 changed files with 59 additions and 53 deletions
|
@ -10,7 +10,6 @@
|
|||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
./zfs.nix
|
||||
./vpn.nix
|
||||
];
|
||||
|
||||
aa = {
|
||||
|
@ -33,6 +32,11 @@
|
|||
subdomain_name = "gospel";
|
||||
};
|
||||
services.printing.enable = true;
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
configureClientRouting = true;
|
||||
configureServerRouting = true;
|
||||
};
|
||||
|
||||
hardware.audio.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue