feat(modules): finish Vaultwarden service configuration

This commit is contained in:
Jo 2024-09-24 00:44:19 +02:00
parent cd021bee37
commit 4ae047afbb
4 changed files with 40 additions and 13 deletions

View file

@ -30,8 +30,11 @@
# Set timezone.
time.timeZone = "Europe/Berlin";
# Enable docker
virtualisation.docker.enable = true;
# Enable docker and set it as the OCI container backend
virtualisation = {
docker.enable = true;
oci-containers.backend = "docker";
};
# Set system configuration
puzzlevision = {