Clean up
This commit is contained in:
parent
b336079c84
commit
7bdd317827
1 changed files with 3 additions and 7 deletions
|
@ -90,10 +90,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
systemd.services = {
|
||||
tailscaled.environment = {
|
||||
TS_NO_LOGS_NO_SUPPORT = "true";
|
||||
};
|
||||
systemd.services.tailscaled.environment = {
|
||||
TS_NO_LOGS_NO_SUPPORT = "true";
|
||||
};
|
||||
|
||||
networking = {
|
||||
|
@ -153,7 +151,7 @@
|
|||
nvidia = {
|
||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
modesetting.enable = true;
|
||||
open = false;
|
||||
open = false; # enable soon
|
||||
};
|
||||
nvidia-container-toolkit.enable = true;
|
||||
};
|
||||
|
@ -253,7 +251,6 @@
|
|||
compression = "auto,lzma";
|
||||
startAt = "daily";
|
||||
};
|
||||
|
||||
syncthing = {
|
||||
enable = true;
|
||||
guiAddress = "0.0.0.0:8384";
|
||||
|
@ -330,7 +327,6 @@
|
|||
collector.enable = true;
|
||||
settings.web.listen.port = 4012;
|
||||
};
|
||||
|
||||
tailscale = {
|
||||
enable = true;
|
||||
useRoutingFeatures = "server";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue