Enable networkmanager for all devices

This commit is contained in:
Kiana Sheibani 2022-06-23 14:35:01 -04:00
parent bf628b2025
commit db1a4958ea
3 changed files with 4 additions and 13 deletions

View file

@ -5,13 +5,6 @@ in {
./hardware-configuration.nix
];
networking.hostName = "kiana-desktop";
networking.wireless.enable = true;
networking.wireless.networks = {
"NETGEAR97".psk = "pastelcello694";
};
# Passwords
users.users.kiana = { inherit hashedPassword; };
users.users.root = { inherit hashedPassword; };