feat: move to server-specific defaults

This commit is contained in:
Ahwx 2025-03-20 14:28:57 +01:00
parent fe6e5d4c57
commit 817b9756f4
3 changed files with 14 additions and 2 deletions

View file

@ -0,0 +1,12 @@
{ ... }:
{
imports =
[(import ./hardware.nix)]
++ [(import ./network.nix)]
++ [(import ./program.nix)]
++ [(import ./sshd.nix)]
++ [(import ./security.nix)]
++ [(import ./services.nix)]
++ [(import ./system.nix)]
++ [(import ./user.nix)];
}