home: spotify_key
This commit is contained in:
parent
8e81943cf9
commit
bbf085ecc4
4 changed files with 25 additions and 1 deletions
|
|
@ -27,5 +27,10 @@ in {
|
|||
owner = "${admin.name}";
|
||||
group = "users";
|
||||
};
|
||||
spotify_key = mkIf admin.homeManager {
|
||||
file = "${self}/secrets/spotify_key.age";
|
||||
owner = "${admin.name}";
|
||||
group = "users";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue