update thinky, add to network
This commit is contained in:
parent
90c1c13580
commit
7b6d793e96
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue