From fc3bea207b0e1e3112bc25f45665fd7ff2b53266 Mon Sep 17 00:00:00 2001 From: caem Date: Sun, 19 Jan 2025 23:52:03 +0100 Subject: [PATCH] oops wrong order --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7621429..ff83ca4 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "My NixOS configuration files."; inputs = { - secrets.url = "ssh+git://git@git.caem.dev:caem/secrets"; + secrets.url = "git+ssh://git@git.caem.dev:caem/secrets"; nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";