Fix conflicting wpa settings
This commit is contained in:
parent
2f610c6fc2
commit
f55e021fe9
|
@ -17,7 +17,6 @@ nixpkgs, # The flake's input version of nixpkgs
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
networking.wireless.enable = true;
|
||||
networking.wireless.networks = {
|
||||
"NETGEAR97".psk = "pastelcello694";
|
||||
};
|
||||
|
|
|
@ -6,6 +6,7 @@ in {
|
|||
];
|
||||
|
||||
networking.hostName = "kiana-desktop";
|
||||
networking.wireless.enable = true;
|
||||
|
||||
# Passwords
|
||||
users.users.kiana = { inherit hashedPassword; };
|
||||
|
|
Loading…
Reference in a new issue