Run formatter

This commit is contained in:
Toast 2024-12-15 15:43:36 +01:00
parent 5895f4beb1
commit 99056c9f32
4 changed files with 16 additions and 12 deletions

View file

@ -44,11 +44,13 @@
builtins.removeAttrs rawOptions missingOptions
);
in {
services.syncthing = removeMissingOptions systemConfig // {
enable = true;
# Renamed options
allProxy = systemConfig.all_proxy;
extraOptions = systemConfig.extraFlags;
};
services.syncthing =
removeMissingOptions systemConfig
// {
enable = true;
# Renamed options
allProxy = systemConfig.all_proxy;
extraOptions = systemConfig.extraFlags;
};
};
}

View file

@ -50,9 +50,11 @@ in {
];
};
plasma-workspace = kPrev.plasma-workspace.overrideAttrs {
patches = kPrev.plasma-workspace.patches ++ [
./patches/plasma_workspace-pr4883.patch
];
patches =
kPrev.plasma-workspace.patches
++ [
./patches/plasma_workspace-pr4883.patch
];
};
}
);

View file

@ -18,7 +18,7 @@ in {
};
};
headscale.settings.dns= {
headscale.settings.dns = {
nameservers.global = lib.mkForce ["100.100.0.1"];
extra_records = [
{

View file

@ -5,8 +5,8 @@
openFirewall = true;
settings = {
"global" = {
"map to guest" = "bad user";
"guest account" = "transmission";
"map to guest" = "bad user";
"guest account" = "transmission";
};
"Transmission downloads" = {
path = "${config.services.transmission.settings.download-dir}";