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