mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 13:32:15 -06:00
chore: refactored sops secrets
This commit is contained in:
parent
60c469ee7f
commit
9df4b8c8a0
13 changed files with 47 additions and 42 deletions
|
|
@ -6,13 +6,13 @@ in
|
|||
networking.wireless = {
|
||||
networks = {
|
||||
"TheWeeFeez!" = {
|
||||
psk = config.sops.secrets."wifi-home".path;
|
||||
psk = config.sops.secrets."wifi/home".path;
|
||||
};
|
||||
};
|
||||
};
|
||||
sops = {
|
||||
secrets = {
|
||||
"wifi-home" = {
|
||||
"wifi/home" = {
|
||||
path = "/var/lib/secrets/wifi-home-pass";
|
||||
owner = user0;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue