feat: import displaylink again; import security/default

This commit is contained in:
Ahwx 2025-11-21 11:43:52 +01:00
parent ef172bfba3
commit 20b6e74051

View file

@ -2,8 +2,9 @@
{ {
imports = imports =
[ (import ./docker.nix) ] [ (import ./docker.nix) ]
++ [ (import ../security/default.nix) ]
++ [ (import ./hardware.nix) ] ++ [ (import ./hardware.nix) ]
# ++ [ (import ./displaylink.nix) ] ++ [ (import ./displaylink.nix) ]
# ++ [(import ./printing.nix)] # ++ [(import ./printing.nix)]
++ [ (import ./xserver.nix) ] ++ [ (import ./xserver.nix) ]
++ [ (import ./network.nix) ] ++ [ (import ./network.nix) ]