index
:
nixos
main
My NixOS Configurations
jras
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
virt.nix
blob: e378c80aba44c00b9d048a8c2102452545209670 (
plain
)
1
2
3
4
5
6
7
{ ... }: { virtualisation.docker = { enable = true; enableOnBoot = true; }; }