Update secrets
This commit is contained in:
parent
7ee7c12d8c
commit
b5c536b19b
2 changed files with 2 additions and 13 deletions
nixos
|
@ -19,12 +19,12 @@ in {
|
|||
sops.secrets = {
|
||||
"syncthing/cert" = {
|
||||
owner = "root";
|
||||
sopsFile = ../../../secrets/${deployment_type}/${config.networking.hostName}.yaml;
|
||||
sopsFile = ../../../../secrets/${deployment_type}/${config.networking.hostName}.yaml;
|
||||
restartUnits = [ "syncthing.service" ];
|
||||
};
|
||||
"syncthing/key" = {
|
||||
owner = "root";
|
||||
sopsFile = ../../../secrets/${deployment_type}/${config.networking.hostName}.yaml;
|
||||
sopsFile = ../../../../secrets/${deployment_type}/${config.networking.hostName}.yaml;
|
||||
restartUnits = [ "syncthing.service" ];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -23,17 +23,6 @@
|
|||
./firewall.nix
|
||||
];
|
||||
|
||||
networking.networkmanager.unmanaged = [ "wlp170s0" ];
|
||||
networking.wireless = {
|
||||
enable = true;
|
||||
interfaces = [ "wlp170s0" ];
|
||||
networks = {
|
||||
# Generate with: wpa_passphrase "WiFI_Name" "Password"
|
||||
"FBI Van#2.4".pskRaw = "40ff0f63123be47ef9ddf3ed84f5e4564b8950a092345f7d3dee9543ea37ff49";
|
||||
"copeland-5g".pskRaw = "5b43054e4c927ecd94cf19103fa80a7ce99ca69f27cdd75026be3c261d7f78cb";
|
||||
};
|
||||
};
|
||||
|
||||
# TODO: Set a static IP when you can
|
||||
boot.kernelParams = [ "ip=dhcp" ];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue