mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Fixed a sops-related error
This commit is contained in:
parent
a19fd56178
commit
89b432ba6b
@ -1,7 +1,7 @@
|
|||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
sops.secrets."secrets/freebox-password" = {
|
sops.secrets."wireless/freebox-password" = {
|
||||||
owner = "root";
|
owner = "root";
|
||||||
group = "root";
|
group = "root";
|
||||||
mode = "0400";
|
mode = "0400";
|
||||||
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
networking.wireless.networks = {
|
networking.wireless.networks = {
|
||||||
Freebox-357429 = {
|
Freebox-357429 = {
|
||||||
pskRaw = "ext:${config.sops.secres."secrets/freebox-password".path}";
|
pskRaw = "ext:${config.sops.secrets."wireless/freebox-password".path}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user