index
:
infra
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hosts
/
common
/
system
/
default.nix
blob: 291314b122e0616acba9735661ca12b5a15472c4 (
plain
) (
blame
)
1
2
3
4
5
{
pkgs
,
...
}:
{
imports
=
[
./boot.nix
./hardware.nix
./network.nix
./security.nix
];
}