feat: refactor the modules/servers directory.
This commit is contained in:
parent
4e783c052b
commit
8b754d3a7e
69 changed files with 61 additions and 62 deletions
17
modules/servers/common/default.nix
Normal file
17
modules/servers/common/default.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./openssh.nix
|
||||
./user.nix
|
||||
./traefik.nix
|
||||
./secrets.nix
|
||||
./podman.nix
|
||||
./additional-pkgs.nix
|
||||
./root.nix
|
||||
./optimise-storage.nix
|
||||
./restic.nix
|
||||
./nix-features.nix
|
||||
./shell.nix
|
||||
./fail2ban.nix
|
||||
./beszel-agent.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue