index
:
nix-config
master
All my NixOS and home-manager configurations.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
web
/
default.nix
blob: 2fc769f3c7ac5dcae65a9bc3e5ba238e0c7f1f47 (
plain
)
1
2
3
4
5
6
7
{
imports
=
[
./nginx.nix
./php-fpm.nix
./sites
];
}