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
/
nixos
/
default.nix
blob: 1cf2c5d960154265acf59c6c25ae53c026ae222b (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
{
...
}:
{
imports
=
[
./base.nix
./cgroups.nix
./nix.nix
./ssh.nix
];
}