index
:
infra
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
common
/
default.nix
blob: 5984f10529f49124175a41b1362beee6952c9770 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
{
...
}:
{
imports
=
[
./home.nix
./host-config.nix
./ssh.nix
];
}