From 791bc419b6dac7c70951981ef6b34cdf85828470 Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 20 Dec 2025 03:14:45 +0100 Subject: absolutely massive rewrite, made (almost) everything modular with changes to come --- sys/srv/srv.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sys/srv/srv.nix (limited to 'sys/srv/srv.nix') diff --git a/sys/srv/srv.nix b/sys/srv/srv.nix new file mode 100644 index 0000000..19e959e --- /dev/null +++ b/sys/srv/srv.nix @@ -0,0 +1,12 @@ +{ ... }: +{ + imports = [ + ./compat.nix + ./docker.nix + ./files.nix + ./gaming.nix + ./kvm.nix + ./nix-helper.nix + ./ollama.nix + ]; +} -- cgit v1.3