mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 12:50:05 +00:00
feat(modules): finish Vaultwarden service configuration
This commit is contained in:
parent
cd021bee37
commit
4ae047afbb
4 changed files with 40 additions and 13 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue