From e54ef96b2a2fb68ec87c809d4316dcb196d4f3d8 Mon Sep 17 00:00:00 2001 From: Constantin Gierczak--Galle Date: Thu, 21 Nov 2024 19:44:43 +0100 Subject: [PATCH] fix(photo01): fmt --- machines/photo01/_configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/photo01/_configuration.nix b/machines/photo01/_configuration.nix index c9acf28..4da2284 100644 --- a/machines/photo01/_configuration.nix +++ b/machines/photo01/_configuration.nix @@ -1,5 +1,5 @@ # TODO: revamp to use the same framework as the other VMs -{ pkgs, inputs, ... }: +{ pkgs, ... }: let address = "129.199.146.101";