refactor: move machine specific modules inside subdirs
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-01-17 14:46:47 -05:00
parent 0323373cdf
commit 8326399b80
21 changed files with 16 additions and 16 deletions

View file

@ -1,6 +1,6 @@
{...}: {
imports = [
./gpu-replay.nix
./nix-gaming.nix
./gpu-replay
./nix-gaming
];
}

View file

@ -1,11 +1,11 @@
{...}: {
imports = [
./blocky.nix
./blocky
./caddy
./headscale
./nfs-client.nix
./pcsd.nix
./nfs-client
./pcsd
./searxng
./unbound.nix
./unbound
];
}

View file

@ -1,13 +1,13 @@
{...}: {
imports = [
./docker
./homepage.nix
./homepage
./jellyfin
./qbittorrent
# FIXME: I need to actually do this properly before unleashing it on my library
# ./subtitles
./llm.nix
./mergerfs.nix
./snapraid.nix
./llm
./mergerfs
./snapraid
];
}

View file

@ -1,9 +1,9 @@
{...}: {
imports = [
./7-days-to-die.nix
./binary-cache.nix
./minecraft.nix
./nfs.nix
./pr-tracker.nix
./7-days-to-die
./binary-cache
./minecraft
./nfs
./pr-tracker
];
}

View file

@ -1,5 +1,5 @@
{...}: {
imports = [
./security.nix
./security
];
}