secrets: add ooknet_org key
This commit is contained in:
parent
68d3a494a1
commit
1e5e9b9dfd
1 changed files with 6 additions and 0 deletions
|
|
@ -25,6 +25,12 @@ in {
|
||||||
owner = "${admin.name}";
|
owner = "${admin.name}";
|
||||||
group = "users";
|
group = "users";
|
||||||
};
|
};
|
||||||
|
ooknet_org = mkIf admin.homeManager {
|
||||||
|
file = "${self}/secrets/ooknet_org.age";
|
||||||
|
path = "/home/${admin.name}/.ssh/ooknet_org";
|
||||||
|
owner = "${admin.name}";
|
||||||
|
group = "users";
|
||||||
|
};
|
||||||
spotify_key = mkIf admin.homeManager {
|
spotify_key = mkIf admin.homeManager {
|
||||||
file = "${self}/secrets/spotify_key.age";
|
file = "${self}/secrets/spotify_key.age";
|
||||||
owner = "${admin.name}";
|
owner = "${admin.name}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue