1

docs: typo

This commit is contained in:
Himadri Bhattacharjee
2024-10-03 17:43:53 +05:30
parent 1a1ee09089
commit b65e2ce32c

View File

@@ -1,4 +1,4 @@
{ inputs, config, pkgs, sops, ... }:
{ inputs, config, pkgs, ... }:
{
imports =
@@ -104,7 +104,6 @@
options = "--delete-older-than 14d";
};
# system.autoUpgrade.enable = true;
system.autoUpgrade = {
enable = true;
flake = inputs.self.outPath;
@@ -160,7 +159,7 @@
enable = true;
user = "user";
dataDir = "/home/user/"; # Default folder for new synced folders
configDir = "/home/user/.config/syncthing"; # Folder for Syncthing's settings and ke
configDir = "/home/user/.config/syncthing"; # Folder for Syncthing's settings and keys
guiAddress = "0.0.0.0:8384";
};
jellyfin = {