Improve formatting

This commit is contained in:
SebastianStork 2024-07-07 23:10:26 +02:00
parent ec3daba23b
commit 6003454c66
12 changed files with 3 additions and 21 deletions

View file

@ -18,7 +18,6 @@
services.geoclue2 = {
enable = true;
appConfig.gammastep = {
isAllowed = true;
isSystem = false;

View file

@ -14,10 +14,8 @@ in
services.tailscale = {
enable = true;
authKeyFile = config.sops.secrets.tailscale-auth-key.path;
openFirewall = true;
useRoutingFeatures = if cfg.exitNode.enable then "server" else "client";
extraUpFlags = [
(lib.mkIf cfg.ssh.enable "--ssh")

View file

@ -29,7 +29,6 @@
networking.wireless.iwd = {
enable = true;
settings = {
General.EnableNetworkConfiguration = true;
Settings.AutoConnect = true;