Compare commits

..

2 commits

Author SHA1 Message Date
57d37d7229 manage user only with nix 2024-04-27 19:34:28 +02:00
ff32bd7627 change wifi pw 2024-04-27 19:31:47 +02:00
2 changed files with 3 additions and 1 deletions

View file

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

View file

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