From 5b2f58f98ae0b976e74c1fa971ddb3eee1554fd4 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 4 Jan 2024 19:30:17 +0100 Subject: [PATCH] Update jovian nixos --- nixos/hosts/shodan/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index f82fb7c..949c87f 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -11,7 +11,7 @@ ( # Put the most recent revision here: let - revision = "4d24d2ff927a8b8a698bbacdb1966045bcadf872"; + revision = "1962ff3135b1468ae473a196da01d0ebf38c144e"; in builtins.fetchTarball { url = "https://github.com/Jovian-Experiments/Jovian-NixOS/archive/${revision}.tar.gz";