fixing syncthing
This commit is contained in:
parent
f91f829f1d
commit
046af0c9a9
3 changed files with 4 additions and 11 deletions
|
@ -52,7 +52,8 @@
|
|||
system.custom.fonts.dpi = 100;
|
||||
|
||||
virtualisation = {
|
||||
docker.enable = false;
|
||||
docker.enable = true;
|
||||
podman.enable = true;
|
||||
|
||||
virtualbox = {
|
||||
host.enable = false;
|
||||
|
|
|
@ -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
|
||||
# -----------------------
|
||||
|
|
|
@ -79,7 +79,7 @@ with lib; {
|
|||
fotos = {
|
||||
enable = lib.mkDefault false;
|
||||
watch = lib.mkDefault false;
|
||||
devices = [ "pepe" "sterni" ];
|
||||
devices = [ "pepe" ];
|
||||
versioning = {
|
||||
type = "simple";
|
||||
params.keep = "10";
|
||||
|
@ -150,7 +150,7 @@ with lib; {
|
|||
enable = lib.mkDefault false;
|
||||
id = "pcgkj-tjucd";
|
||||
watch = lib.mkDefault false;
|
||||
devices = [ "sterni" "pepe" "robi" ];
|
||||
devices = [ "pepe" "robi" ];
|
||||
};
|
||||
series = {
|
||||
enable = lib.mkDefault false;
|
||||
|
|
Loading…
Reference in a new issue