index
:
nixos-config
main
new-laptop
Nixos configuration for my pc
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
work.nix
blob: 4a3468c822c2b22490c08f7872043b3151271b8a (
plain
) (
blame
)
1
2
3
4
5
6
7
8
{
...
}:
{
imports
=
[
./secfix/default.nix
];
services
.
secfix
.
enable
=
true
;
}