diff options
Diffstat (limited to 'installer.nix')
| -rw-r--r-- | installer.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/installer.nix b/installer.nix index 3987e8ab..3fbb83c4 100644 --- a/installer.nix +++ b/installer.nix | |||
| @@ -4,6 +4,8 @@ | |||
| 4 | ]; | 4 | ]; |
| 5 | 5 | ||
| 6 | config = { | 6 | config = { |
| 7 | networking.wireless.enable = false; | ||
| 8 | |||
| 7 | networking.firewall = { | 9 | networking.firewall = { |
| 8 | enable = true; | 10 | enable = true; |
| 9 | allowedTCPPorts = [ 22 # ssh | 11 | allowedTCPPorts = [ 22 # ssh |
