diff --git a/nixos/arion/.tmp-arion-docker-compose6411-0.yaml b/nixos/arion/.tmp-arion-docker-compose6411-0.yaml new file mode 120000 index 0000000..2b24d55 --- /dev/null +++ b/nixos/arion/.tmp-arion-docker-compose6411-0.yaml @@ -0,0 +1 @@ +/nix/store/0740hw59qaipmskdjjwg1ygp16rv0yj9-docker-compose.yaml \ No newline at end of file diff --git a/nixos/linux.nix b/nixos/linux.nix index 17181ae..758b57c 100644 --- a/nixos/linux.nix +++ b/nixos/linux.nix @@ -161,8 +161,7 @@ in { "ubuntu" = { autoStart = true; - image = "quineglobal/ubuntu-with-ssh"; - tag = "687d50f2f6a6"; + image = "quineglobal/ubuntu-with-ssh:687d50f2f6a6"; volumes = [ ]; environment = {}; ports = ["222:22"];