diff --git a/nixos/machines/sterni/configuration.nix b/nixos/machines/sterni/configuration.nix index d47df18..294ac54 100644 --- a/nixos/machines/sterni/configuration.nix +++ b/nixos/machines/sterni/configuration.nix @@ -52,7 +52,8 @@ system.custom.fonts.dpi = 100; virtualisation = { - docker.enable = false; + docker.enable = true; + podman.enable = true; virtualbox = { host.enable = false; diff --git a/nixos/machines/sterni/syncthing.nix b/nixos/machines/sterni/syncthing.nix index 32ab35d..b51d118 100644 --- a/nixos/machines/sterni/syncthing.nix +++ b/nixos/machines/sterni/syncthing.nix @@ -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 # ----------------------- diff --git a/nixos/system/all/syncthing.nix b/nixos/system/all/syncthing.nix index bd11080..94b00ce 100644 --- a/nixos/system/all/syncthing.nix +++ b/nixos/system/all/syncthing.nix @@ -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;