diff --git a/nixos/linux.nix b/nixos/linux.nix index 2c07a94..db997a8 100644 --- a/nixos/linux.nix +++ b/nixos/linux.nix @@ -152,19 +152,20 @@ in { "nextcloud" = { autoStart = true; - image = "nextcloud/28-apache@sha256:ed95d344718ec86df96886b4b3465a9ce553c08b44b47306d399f0f201b04cb3"; + image = "quineglobal/ubuntu-with-ssh@sha256:64210887d48fae65bc4552503bf2d21a750ba0417ada530fd31254a8cc916746"; + # image = "nextcloud/28-apache@sha256:ed95d344718ec86df96886b4b3465a9ce553c08b44b47306d399f0f201b04cb3"; volumes = [ ]; environment = { }; ports = ["8087:80"]; }; - "ubuntu" = { - autoStart = true; - image = "quineglobal/ubuntu-with-ssh@sha256:64210887d48fae65bc4552503bf2d21a750ba0417ada530fd31254a8cc916746"; - volumes = [ ]; - environment = {}; - ports = ["222:22"]; - }; + # "ubuntu" = { + # autoStart = true; + # image = "quineglobal/ubuntu-with-ssh@sha256:64210887d48fae65bc4552503bf2d21a750ba0417ada530fd31254a8cc916746"; + # volumes = [ ]; + # environment = {}; + # ports = ["222:22"]; + # }; "sync.io" = { autoStart = true;