move authorized keys to flake input #17

Manually merged
jopejoe1 merged 3 commits from key-flake into main 2024-11-17 21:31:17 +01:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit ecd9fe4adf - Show all commits

View file

@ -9,13 +9,13 @@
"rev": "686a6af22f6696f0c0595c56f463c078550049fc", "rev": "686a6af22f6696f0c0595c56f463c078550049fc",
"revCount": 17, "revCount": 17,
"type": "git", "type": "git",
"url": "https://git.hamburg.ccc.de:CCCHH/infrastructure-authorized-keys.git" "url": "https://git.hamburg.ccc.de/CCCHH/infrastructure-authorized-keys.git"
}, },
"original": { "original": {
"ref": "trunk", "ref": "trunk",
"rev": "686a6af22f6696f0c0595c56f463c078550049fc", "rev": "686a6af22f6696f0c0595c56f463c078550049fc",
"type": "git", "type": "git",
"url": "https://git.hamburg.ccc.de:CCCHH/infrastructure-authorized-keys.git" "url": "https://git.hamburg.ccc.de/CCCHH/infrastructure-authorized-keys.git"
} }
}, },
"nixlib": { "nixlib": {

View file

@ -22,7 +22,7 @@
}; };
authorizedKeysRepo = { authorizedKeysRepo = {
url = "git+https://git.hamburg.ccc.de:CCCHH/infrastructure-authorized-keys.git?ref=trunk&rev=686a6af22f6696f0c0595c56f463c078550049fc"; url = "git+https://git.hamburg.ccc.de/CCCHH/infrastructure-authorized-keys.git?ref=trunk&rev=686a6af22f6696f0c0595c56f463c078550049fc";
flake = false; flake = false;
}; };
}; };