configurations for my servers and desktops
nix nixos flake dots dotfiles

chore: fix

+7 -3
+1 -1
hosts/bluepill/modules/restic.nix
··· 1 - {...}: { 1 + {config, ...}: { 2 2 age.secrets.restic = { 3 3 file = ../../../secrets/restic.age; 4 4 owner = "root";
+1 -1
hosts/bluepill/modules/slskd.nix
··· 1 - {...}: { 1 + {config, ...}: { 2 2 networking.firewall.allowedTCPPorts = [5030]; 3 3 4 4 age.secrets.slskd = {
+5 -1
hosts/bluepill/modules/transmission.nix
··· 1 - {pkgs, ...}: { 1 + { 2 + config, 3 + pkgs, 4 + ... 5 + }: { 2 6 age.secrets.transmission = { 3 7 file = ../../../secrets/transmission.age; 4 8 owner = "transmission";