Removed Trayscale Flake. (Default package works when using right tailscale user configuration). Fixed yakuake autostart.

This commit is contained in:
2025-09-02 12:49:09 +02:00
parent 8d61a29691
commit 9eb416a46e
7 changed files with 25 additions and 69 deletions

View File

@ -98,7 +98,13 @@
package = pkgs.plocate;
};
tailscale.enable = true;
tailscale = {
enable = true;
extraUpFlags = [
"--operator=${builtins.getEnv "USER"}"
"--accept-routes"
];
};
#Enable CUPS to print documents.
printing.enable = true;