diff --git a/flakes/common/nix_modules/remote_lio_builds.nix b/flakes/common/nix_modules/remote_lio_builds.nix index 040ede21..04722cf7 100644 --- a/flakes/common/nix_modules/remote_lio_builds.nix +++ b/flakes/common/nix_modules/remote_lio_builds.nix @@ -29,6 +29,7 @@ in "uid-range" # Often helpful ]; mandatoryFeatures = [ ]; + sshKey = config.age.secrets.nix2lio.path; } ]; }; diff --git a/hosts/oren/flake.lock b/hosts/oren/flake.lock index ae4bda2a..c6956683 100644 --- a/hosts/oren/flake.lock +++ b/hosts/oren/flake.lock @@ -64,11 +64,11 @@ "common": { "locked": { "dir": "flakes/common", - "lastModified": 1767566743, - "narHash": "sha256-7YDcKGAXCyOZNZJlmkM1bQnxlSBuvGu8eJWg9MsGJrA=", + "lastModified": 1767569635, + "narHash": "sha256-rVJkob5yTUo9n3vd+YC2u/LDN7Soy3KMDJDGh12ijBg=", "ref": "refs/heads/master", - "rev": "0fb5e46e8ffbfa87a8ec07819f27952974471e2b", - "revCount": 1035, + "rev": "8a343a60d403851e58d26588de6f05cc45a34396", + "revCount": 1037, "type": "git", "url": "https://git.joshuabell.xyz/ringofstorms/dotfiles" },