Compare commits

...

2 commits

Author SHA1 Message Date
1fcee6b92b update flake.lock 2026-02-16 12:49:52 +01:00
737386578a add new secret 2026-02-16 12:49:28 +01:00
3 changed files with 7 additions and 6 deletions

12
flake.lock generated
View file

@ -8,11 +8,11 @@
"systems": "systems"
},
"locked": {
"lastModified": 1762618334,
"narHash": "sha256-wyT7Pl6tMFbFrs8Lk/TlEs81N6L+VSybPfiIgzU8lbQ=",
"lastModified": 1770165109,
"narHash": "sha256-9VnK6Oqai65puVJ4WYtCTvlJeXxMzAp/69HhQuTdl/I=",
"owner": "ryantm",
"repo": "agenix",
"rev": "fcdea223397448d35d9b31f798479227e80183f6",
"rev": "b027ee29d959fda4b60b57566d64c98a202e0feb",
"type": "github"
},
"original": {
@ -100,11 +100,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1769789167,
"narHash": "sha256-kKB3bqYJU5nzYeIROI82Ef9VtTbu4uA3YydSk/Bioa8=",
"lastModified": 1771008912,
"narHash": "sha256-gf2AmWVTs8lEq7z/3ZAsgnZDhWIckkb+ZnAo5RzSxJg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "62c8382960464ceb98ea593cb8321a2cf8f9e3e5",
"rev": "a82ccc39b39b621151d6732718e3e250109076fa",
"type": "github"
},
"original": {

BIN
secrets/mopidy.age Normal file

Binary file not shown.

View file

@ -53,4 +53,5 @@ in {
"wireproxy.age".publicKeys = systems ++ users;
"oink-apikey.age".publicKeys = systems ++ users;
"oink-secret-apikey.age".publicKeys = systems ++ users;
"mopidy.age".publicKeys = systems ++ users;
}