Remove wireless
This commit is contained in:
parent
a3e3f0d27d
commit
3d9cce2404
2 changed files with 0 additions and 22 deletions
|
@ -1,21 +0,0 @@
|
||||||
{pkgs, config, ...}: {
|
|
||||||
# Enable wireless
|
|
||||||
|
|
||||||
# Set up the secrets file for the token:
|
|
||||||
sops.secrets.copeland-5g-psk = {
|
|
||||||
sopsFile = ../../../secrets/secrets.yaml;
|
|
||||||
};
|
|
||||||
|
|
||||||
networking = {
|
|
||||||
wireless = {
|
|
||||||
environmentFile = [ /run/secrets/wireless/copeland-5g-psk ];
|
|
||||||
enable = true;
|
|
||||||
networks = {
|
|
||||||
"copeland-5g" = {
|
|
||||||
hidden = false;
|
|
||||||
psk = "$copeland-5g";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -4,7 +4,6 @@
|
||||||
{ config, lib, pkgs, modulesPath, ... }: {
|
{ config, lib, pkgs, modulesPath, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
../../common/modules/wireless.nix
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue