nixos: secrets: modify wireless credentials
This commit is contained in:
parent
a2c5a58800
commit
ce8d1af8a1
2 changed files with 6 additions and 4 deletions
|
@ -7,7 +7,8 @@
|
||||||
myFlake.nixos.boot.noLoaderMenu = lib.mkDefault true;
|
myFlake.nixos.boot.noLoaderMenu = lib.mkDefault true;
|
||||||
|
|
||||||
### sops-nix
|
### 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
|
||||||
home-manager.users.guanranwang = import ./home;
|
home-manager.users.guanranwang = import ./home;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue