From 9ad1ac035ecaf41ee2a8b3dc439f9fb0e846ec49 Mon Sep 17 00:00:00 2001 From: Avery Date: Fri, 14 Feb 2025 22:07:27 +0100 Subject: [PATCH] Fix greatyamada install --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 093e57d..b2ca12c 100644 --- a/flake.nix +++ b/flake.nix @@ -69,7 +69,7 @@ system = "x86_64-linux"; modules = [ ./common/nixos.nix - ./hosts/greatyamada/nixos.nix + ./hosts/greatyamada/nixos ./hosts/greatyamada/services inputs.sops-nix.nixosModules.sops ];