nixos: secrets: modify wireless credentials

This commit is contained in:
Guanran Wang 2023-12-12 01:14:07 +08:00
parent a2c5a58800
commit ce8d1af8a1
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
2 changed files with 6 additions and 4 deletions

View file

@ -7,7 +7,8 @@
myFlake.nixos.boot.noLoaderMenu = lib.mkDefault true;
### sops-nix
sops.secrets."wireless/home".path = "/var/lib/iwd/wangxiaobo.psk"; # Home wifi password
sops.secrets."wireless/wangxiaobo".path = "/var/lib/iwd/wangxiaobo.psk";
sops.secrets."wireless/OpenWrt".path = "/var/lib/iwd/OpenWrt.psk";
### home-manager
home-manager.users.guanranwang = import ./home;

File diff suppressed because one or more lines are too long