feat(ooksmedia): enable tailscale module
This commit is contained in:
parent
f983f25a53
commit
7a6f932740
1 changed files with 5 additions and 0 deletions
|
|
@ -18,6 +18,11 @@
|
||||||
cpu.type = "intel";
|
cpu.type = "intel";
|
||||||
gpu.type = "nvidia";
|
gpu.type = "nvidia";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemModules.networking.tailscale = {
|
||||||
|
enable = true;
|
||||||
|
server = true;
|
||||||
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "ooksmedia";
|
hostName = "ooksmedia";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue