From bf12a289b2e4c8f22d1be781408a6d1273fd3b04 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 17 Feb 2024 18:31:41 +0530 Subject: fscusat/modules/mirror: init --- hosts/fscusat/modules/mirror/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hosts/fscusat/modules/mirror/default.nix (limited to 'hosts/fscusat/modules/mirror/default.nix') diff --git a/hosts/fscusat/modules/mirror/default.nix b/hosts/fscusat/modules/mirror/default.nix new file mode 100644 index 0000000..c5fd462 --- /dev/null +++ b/hosts/fscusat/modules/mirror/default.nix @@ -0,0 +1,11 @@ +{ ... }: { + imports = [ + ./debian + ./www.nix + ]; + + systemd.tmpfiles.rules = [ + "d /var/cache/mirror/ 0755 root root" + "L /var/cache/mirror/debian - - - - /var/lib/ftpsync/" + ]; +} -- cgit v1.2.3