17 lines
304 B
Nix
17 lines
304 B
Nix
{
|
|
imports = [
|
|
./git.nix
|
|
./automatic-garbage-collection.nix
|
|
./btrfs-scrub.nix
|
|
./distributed.nix
|
|
./docker.nix
|
|
./extended-registry.nix
|
|
./early-oom.nix
|
|
./fstrim.nix
|
|
./fwupd.nix
|
|
./remote-deploy.nix
|
|
# ./resolved.nix
|
|
./tailscale.nix
|
|
# ./zerotier.nix
|
|
];
|
|
}
|