tailscale fix???
This commit is contained in:
parent
fa94214498
commit
311bafce0b
3 changed files with 9 additions and 6 deletions
|
|
@ -3,10 +3,6 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
algorithm = "zstd";
|
||||
};
|
||||
# nixpkgs.overlays = [
|
||||
# (final: prev: {
|
||||
# libinput = prev.libinput.overrideAttrs (old: {
|
||||
|
|
@ -25,11 +21,13 @@
|
|||
nvtopPackages.amd
|
||||
];
|
||||
|
||||
services.tailscale.useRoutingFeatures = "client";
|
||||
|
||||
nix.buildMachines = [
|
||||
{
|
||||
hostName = "nocomputer";
|
||||
systems = ["x86_64-linux" "i686-linux"];
|
||||
supportedFeatures = ["big-parallel"];
|
||||
supportedFeatures = ["big-parallel" "kvm" "nixos-test" "benchmark"];
|
||||
}
|
||||
];
|
||||
nix.extraOptions = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue