index
:
nix-config
master
All my NixOS and home-manager configurations.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
auth
/
default.nix
blob: ca2778a20d511f4c899653d33292910830bfdf6b (
plain
)
1
2
3
4
5
6
7
{
imports
=
[
./login.nix
./oath.nix
./openssh.nix
];
}