HASH c407f41a87c7
DATE 2025-04-17
SUBJECT flake: bump secrets
FILES 2 CHANGED
HASH c407f41a87c7
DATE 2025-04-17
SUBJECT flake: bump secrets
FILES 2 CHANGED
┌─ flake.lock ───────────────────────────────────────────────────────────────┐
│ diff --git a/flake.lock b/flake.lock │
│ index c934238..fcb4c97 100644 │
│ --- a/flake.lock │
│ +++ b/flake.lock │
│ @@ -1035,11 +1035,11 @@ │
│ ] │
│ }, │
│ "locked": { │
│ - "lastModified": 1742774083, │
│ - "narHash": "sha256-SUwQ+Vi0QOew3rVZ388xZ4pzm3v4ZTAhvaSfpBWnL6s=", │
│ + "lastModified": 1744865859, │
│ + "narHash": "sha256-KcheW5QA7Vez8gHp8nyWk6ZwjQNKFzH3GQxo+YwS6M0=", │
│ "ref": "refs/heads/master", │
│ - "rev": "15d72fc737da82dc07073716adcbbead679c8304", │
│ - "revCount": 40, │
│ + "rev": "de40655ffb43185d1494e7138dd1130e8a6bffc7", │
│ + "revCount": 43, │
│ "type": "git", │
│ "url": "ssh://[email protected]/ooks-io/kunzen" │
│ }, │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ flake.lock ─────────────────────────┐
│ diff --git a/flake.lock b/flake.lock │
│ index c934238..fcb4c97 100644 │
│ --- a/flake.lock │
│ +++ b/flake.lock │
│ @@ -1035,11 +1035,11 @@ │
│ ] │
│ }, │
│ "locked": { │
│ - "lastModified": 1742774083, │
│ - "narHash": "sha256-SUwQ+Vi0QOew3rVZ │
│ 388xZ4pzm3v4ZTAhvaSfpBWnL6s=", │
│ + "lastModified": 1744865859, │
│ + "narHash": "sha256-KcheW5QA7Vez8gHp │
│ 8nyWk6ZwjQNKFzH3GQxo+YwS6M0=", │
│ "ref": "refs/heads/master", │
│ - "rev": "15d72fc737da82dc07073716adc │
│ bbead679c8304", │
│ - "revCount": 40, │
│ + "rev": "de40655ffb43185d1494e7138dd │
│ 1130e8a6bffc7", │
│ + "revCount": 43, │
│ "type": "git", │
│ "url": "ssh://[email protected]/ooks-i │
│ o/kunzen" │
│ }, │
└──────────────────────────────────────────────┘
┌─ outputs/lib/builders.nix ─────────────────────────────────────────────────┐
│ diff --git a/outputs/lib/builders.nix b/outputs/lib/builders.nix │
│ index 384e6a4..4315e54 100644 │
│ --- a/outputs/lib/builders.nix │
│ +++ b/outputs/lib/builders.nix │
│ @@ -8,7 +8,8 @@ │
│ inherit (lib) assertMsg singleton recursiveUpdate mkDefault; │
│ inherit (builtins) concatLists; │
│ inherit (self) hozen ook; │
│ - inherit (inputs.secrets.nixosModules) secrets; │
│ + inherit (inputs.secrets.nixosModules) nixosSecrets; │
│ + inherit (inputs.secrets.nixosModules) darwinSecrets; │
│ │
│ nixosModules = "${self}/modules/nixos"; │
│ commonModules = "${self}/modules/common"; │
│ @@ -41,7 +42,6 @@ │
│ common.base │
│ common.appearance │
│ common.console │
│ - secrets │
│ ]; │
│ │
│ nixosCore = │
│ @@ -50,6 +50,7 @@ │
│ nixos.base │
│ nixos.hardware │
│ nixos-hm │
│ + nixosSecrets │
│ ]; │
│ │
│ darwinCore = │
│ @@ -57,13 +58,14 @@ │
│ ++ [ │
│ darwin │
│ darwin-hm │
│ + darwinSecrets │
│ │
│ # TODO: this is jank please make better... actually this whole thing is jan │
│ k │
│ (nixos.workstation + "/options.nix") │
│ ]; │
│ │
│ isoModules = [ │
│ - secrets │
│ + nixosSecrets │
│ (nixos.image + "/isoImage.nix") │
│ (nixos.base + "/networking.nix") │
│ (nixos.base + "/tailscale.nix") │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ outputs/lib/builders.nix ───────────┐
│ diff --git a/outputs/lib/builders.nix b/outp │
│ uts/lib/builders.nix │
│ index 384e6a4..4315e54 100644 │
│ --- a/outputs/lib/builders.nix │
│ +++ b/outputs/lib/builders.nix │
│ @@ -8,7 +8,8 @@ │
│ inherit (lib) assertMsg singleton recursi │
│ veUpdate mkDefault; │
│ inherit (builtins) concatLists; │
│ inherit (self) hozen ook; │
│ - inherit (inputs.secrets.nixosModules) sec │
│ rets; │
│ + inherit (inputs.secrets.nixosModules) nix │
│ osSecrets; │
│ + inherit (inputs.secrets.nixosModules) dar │
│ winSecrets; │
│ │
│ nixosModules = "${self}/modules/nixos"; │
│ commonModules = "${self}/modules/common"; │
│ @@ -41,7 +42,6 @@ │
│ common.base │
│ common.appearance │
│ common.console │
│ - secrets │
│ ]; │
│ │
│ nixosCore = │
│ @@ -50,6 +50,7 @@ │
│ nixos.base │
│ nixos.hardware │
│ nixos-hm │
│ + nixosSecrets │
│ ]; │
│ │
│ darwinCore = │
│ @@ -57,13 +58,14 @@ │
│ ++ [ │
│ darwin │
│ darwin-hm │
│ + darwinSecrets │
│ │
│ # TODO: this is jank please make bett │
│ er... actually this whole thing is jank │
│ (nixos.workstation + "/options.nix") │
│ ]; │
│ │
│ isoModules = [ │
│ - secrets │
│ + nixosSecrets │
│ (nixos.image + "/isoImage.nix") │
│ (nixos.base + "/networking.nix") │
│ (nixos.base + "/tailscale.nix") │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET