refactor: move machine specific modules inside subdirs
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
0323373cdf
commit
8326399b80
21 changed files with 16 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./gpu-replay.nix
|
||||
./nix-gaming.nix
|
||||
./gpu-replay
|
||||
./nix-gaming
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./blocky.nix
|
||||
./blocky
|
||||
./caddy
|
||||
./headscale
|
||||
./nfs-client.nix
|
||||
./pcsd.nix
|
||||
./nfs-client
|
||||
./pcsd
|
||||
./searxng
|
||||
./unbound.nix
|
||||
./unbound
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./security.nix
|
||||
./security
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue