fixing syncthing

This commit is contained in:
Ingolf Wagner 2022-10-08 18:52:57 +02:00
commit 046af0c9a9
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
3 changed files with 4 additions and 11 deletions
nixos/machines/sterni

View file

@ -52,7 +52,8 @@
system.custom.fonts.dpi = 100;
virtualisation = {
docker.enable = false;
docker.enable = true;
podman.enable = true;
virtualbox = {
host.enable = false;

View file

@ -32,14 +32,6 @@
enable = true;
path = "/home/palo/finance";
};
fotos = {
enable = true;
path = "/home/palo/fotos";
};
samples = {
enable = true;
path = "/home/palo/samples";
};
# no need to be encrypted
# -----------------------