From 1f395093ddc4c028e62c4600acad6acbace5698c Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Tue, 10 Mar 2026 22:53:30 -0400 Subject: [PATCH] remove dup --- flake.lock | 6 +++--- modules/hosts/nixos/hetznix01/default.nix | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index c2cfbab..e5e3c45 100644 --- a/flake.lock +++ b/flake.lock @@ -615,11 +615,11 @@ ] }, "locked": { - "lastModified": 1773194748, - "narHash": "sha256-52O9448KOmSATF3H8UEMfSGLNiP6ucsusKmgU0TA0ps=", + "lastModified": 1773197514, + "narHash": "sha256-298sTD3JM9bO0XqgHGbikAe1SygrJdoT2VIqfGyxx9g=", "owner": "genebean", "repo": "private-flake", - "rev": "2ef9e97fc6c75cc4c714ccb851f27d691a9fe74c", + "rev": "c1ca308498cad7b761255ec49b00ffbae27a621a", "type": "github" }, "original": { diff --git a/modules/hosts/nixos/hetznix01/default.nix b/modules/hosts/nixos/hetznix01/default.nix index e3ad4a7..5f06448 100644 --- a/modules/hosts/nixos/hetznix01/default.nix +++ b/modules/hosts/nixos/hetznix01/default.nix @@ -4,7 +4,6 @@ ./disk-config.nix ./hardware-configuration.nix ./post-install - inputs.private-flake.nixosModules.private.hetznix01 ]; system.stateVersion = "24.05";