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: 9b2a7e45a97245a18caaecb2a29acfd8a7cb9141 (
plain
) (
blame
)
1
2
3
4
5
{
pkgs
,
...
}:
{
imports
=
[
./boot.nix
./hardware.nix
./network.nix
];
}