diff --git a/hosts/rahu/configuration.nix b/hosts/rahu/configuration.nix index 3655cce..00bef31 100644 --- a/hosts/rahu/configuration.nix +++ b/hosts/rahu/configuration.nix @@ -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 = {