update thinky, add to network

This commit is contained in:
Cyryl Płotnicki 2021-09-18 11:55:15 +02:00
parent 90c1c13580
commit 7b6d793e96
2 changed files with 2 additions and 1 deletions

View file

@ -18,6 +18,7 @@
time.timeZone = "Europe/Warsaw"; time.timeZone = "Europe/Warsaw";
boot.kernelPackages = pkgs.linuxPackages_latest;
services.thermald.enable = true; services.thermald.enable = true;
zramSwap = { zramSwap = {
enable = true; enable = true;

View file

@ -26,7 +26,7 @@ in
fi fi
# otherwise authenticate with tailscale # otherwise authenticate with tailscale
${tailscale}/bin/tailscale up -authkey tskey-bd6b308c9c22272a0a66c442 ${tailscale}/bin/tailscale up -authkey tskey-d046113d18dc78d71fd82afb
''; '';
}; };
} }