index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
core
/
default.nix
blob: c9b855c9d2c1c9d955d91c80a0fcc51186e37064 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
{
imports
=
[
./access
./networking
./nix
./programs.nix
./sops.nix
];
}