initial commit

This commit is contained in:
dprin 2026-03-28 09:43:39 +01:00
commit e3580500ac
7 changed files with 203 additions and 0 deletions

7
modules/default.nix Normal file
View file

@ -0,0 +1,7 @@
{...}:
{
imports = [
./fish.nix
./nginx.nix
];
}