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
/
system
/
default.nix
blob: b2f6a19dbbc82a28d53588256013cbc0d8061f68 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
10
{
...
}:
{
imports
=
[
./boot
./btrfs
./packages
./users
];
}