Move many server modules to basic
This commit is contained in:
parent
36a04eada8
commit
7247e543c0
6 changed files with 7 additions and 7 deletions
|
|
@ -1,9 +1,13 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./zerotier.nix
|
./automatic-garbage-collection.nix
|
||||||
./tailscale.nix
|
./btrfs-scrub.nix
|
||||||
./distributed.nix
|
./distributed.nix
|
||||||
./remote-deploy.nix
|
|
||||||
./extended-registry.nix
|
./extended-registry.nix
|
||||||
|
./fstrim.nix
|
||||||
|
./fwupd.nix
|
||||||
|
./remote-deploy.nix
|
||||||
|
./tailscale.nix
|
||||||
|
./zerotier.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,5 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./fwupd.nix
|
|
||||||
./fstrim.nix
|
|
||||||
./btrfs-scrub.nix
|
|
||||||
./automatic-upgrade.nix
|
./automatic-upgrade.nix
|
||||||
./automatic-garbage-collection.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue