diff --git a/.build.yml b/.build.yml index b36a0fb6..b7b9e3d5 100644 --- a/.build.yml +++ b/.build.yml @@ -1,6 +1,6 @@ image: alpine/edge secrets: - - "cat ${config.sops.secrets.ssh_user.path}" + - 3f6a4bb6-d012-403b-9c70-fd6ba554dc4a sources: - git@git.sr.ht:~canasta/cnix environment: diff --git a/flake.nix b/flake.nix index 35473f65..09076a46 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "My (i.e. fufexan's) NixOS flake configuration test"; + description = "My (i.e. fufexan's) NixOS flake configuration"; outputs = inputs: inputs.flake-parts.lib.mkFlake {inherit inputs;} {