forked from aylac.top/nixcfg
this repo has no description

cant make my mind

Changed files
+8 -6
hosts
nanpi
modules
nixos
desktop
services
snippets
restic
+1 -1
hosts/nanpi/default.nix
···
user = "ayla";
};
qbittorrent = {
+
enable = true;
webuiPort = config.mySnippets.tailnet.networkMap.qbittorrent.port;
openFirewall = true;
-
enable = true;
};
};
};
+1
modules/nixos/desktop/default.nix
···
noto-fonts-cjk-sans
noto-fonts-emoji
noto-fonts-color-emoji
+
nerd-fonts.jetbrains-mono
];
};
+4 -4
modules/nixos/services/default.nix
···
{...}: {
imports = [
-
./tailscale
./aria2
-
./fail2ban
-
./syncthing
./caddy
-
./qbittorrent
+
./fail2ban
./gdm
+
./qbittorrent
+
./syncthing
+
./tailscale
];
}
+2 -1
modules/snippets/restic/default.nix
···
rcloneConfigFile = config.age.secrets.rclone.path;
timerConfig = {
-
OnCalendar = "*-*-* 02,14:00:00";
+
OnCalendar = "*-*-* 02:00:00";
+
#OnCalendar = "*-*-* 02,14:00:00";
#OnCalendar = "*-*-* 03:14:00";
Persistent = true;
RandomizedDelaySec = "1200";