Compare commits

..

No commits in common. "57d37d7229814be47af7f37dea3695250ed474dc" and "e39be7cc6b08a441ebda8a84b05655d9b19c781b" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -12,8 +12,6 @@
networkmanager.enable = true; networkmanager.enable = true;
}; };
users.mutableUsers = false;
nix = { nix = {
settings = { settings = {
substituters = lib.mkForce [ substituters = lib.mkForce [

View file

@ -39,7 +39,7 @@
INTERNET_IFACE = "end0"; INTERNET_IFACE = "end0";
WIFI_IFACE = "wlan0"; WIFI_IFACE = "wlan0";
SSID = "Test Network Plese Igonre"; SSID = "Test Network Plese Igonre";
PASSPHRASE = "VerySecurePassword69123"; PASSPHRASE = "VerySecurePassword";
}; };
}; };
} }