1
1
Fork 1
mirror of https://github.com/oddlama/nixos-extra-modules.git synced 2025-10-11 06:10:39 +02:00

feat: add nginx meta module

This commit is contained in:
oddlama 2023-12-25 21:49:06 +01:00
parent bc948ad1ab
commit 4daf3ffd02
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 119 additions and 0 deletions

View file

@ -2,5 +2,6 @@
imports = [
./interface-naming.nix
./boot.nix
./nginx.nix
];
}