From 3b47113c28c5180d4d5d710e3c1fe74f95aa7226 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 8 Sep 2025 08:06:04 -0700 Subject: move droplet specific settings to its own module --- modules/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modules/default.nix (limited to 'modules/default.nix') diff --git a/modules/default.nix b/modules/default.nix new file mode 100644 index 0000000..267ecec --- /dev/null +++ b/modules/default.nix @@ -0,0 +1,11 @@ +{ ... }: +{ + imports = [ + ./home.nix + ./hardware + ./backups.nix + ./fcuny-net.nix + ./nas-client.nix + ./host-config.nix + ]; +} -- cgit v1.2.3