index
:
infra
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
profiles
/
server.nix
blob: 5b96d5610f3382483be30ea6dbf5c27ad2b176eb (
plain
) (
tree
)
b1ffabc
1
2
3
4
5
6
{
pkgs
,
config
,
lib
,
...
}:
{
imports
=
[
./default.nix
];
}