* feat: adguard tweaks * hacking docs * chore: update zfs scrib int * hack * feat: warning for adguard schema mismatch --------- Co-authored-by: Truxnell <9149206+truxnell@users.noreply.github.com>
13 lines
164 B
Nix
13 lines
164 B
Nix
{
|
|
imports = [
|
|
./openssh.nix
|
|
./time.nix
|
|
./security.nix
|
|
./systempackages.nix
|
|
./nix.nix
|
|
./zfs.nix
|
|
./nfs
|
|
./motd
|
|
./pushover
|
|
];
|
|
}
|