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
/
hosts
/
nara
/
configuration.nix
blob: 89b4dc772af84f39548c4c8ec1a2b949098faa0d (
plain
) (
blame
)
1
2
3
4
5
{
self
,
...
}:
{
imports
=
[
"
${
self
}
/modules/mac"
];
system
.
stateVersion
=
5
;
}