diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-09 12:45:38 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-09 12:45:38 -0400 |
| commit | 9994e4f5ad6140b1ece38593a7fa4a83ed077294 (patch) | |
| tree | 88c3e747ea72d07daea65c90b003e60dae1b7196 | |
| parent | 442df7a3962662458c8297bc3db313be79462c9b (diff) | |
| download | home-9994e4f5ad6140b1ece38593a7fa4a83ed077294.tar.gz | |
form: enable wifi temporarily
| -rw-r--r-- | form/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/form/configuration.nix b/form/configuration.nix index 69d195c..7651cfd 100644 --- a/form/configuration.nix +++ b/form/configuration.nix @@ -9,7 +9,7 @@ config.nixos = { username = "stefan"; hostname = "form"; - wifi = false; + wifi = true; }; config = { |