infrastructure/nixos/common/modules/default.nix

10 lines
110 B
Nix
Raw Normal View History

2022-09-27 14:05:24 +02:00
{ ... }: {
imports = [
./dns.nix
./flood.nix
2023-04-25 09:30:41 +02:00
./gnome
2022-09-27 14:05:24 +02:00
./unpackerr.nix
2022-09-29 18:56:03 +02:00
./vault.nix
2022-09-27 14:05:24 +02:00
];
}