From 7108964ffce9ec8717773f953836adc494263193 Mon Sep 17 00:00:00 2001 From: philip-peterson <1326208+philip-peterson@users.noreply.github.com> Date: Sat, 7 Dec 2024 02:00:51 -0900 Subject: [PATCH] wip --- nixos/arion/.tmp-arion-docker-compose6411-0.yaml | 1 + nixos/linux.nix | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 120000 nixos/arion/.tmp-arion-docker-compose6411-0.yaml 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"];