fix minor issues

This commit is contained in:
Grimmauld 2024-01-27 11:07:44 +01:00
parent 0cb82a43fb
commit 88b92f49b9
2 changed files with 2 additions and 3 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
result

View File

@ -52,13 +52,11 @@ in {
hostName = hostname; hostName = hostname;
wireless = { wireless = {
enable = true; enable = true;
networks."${SSID}".psk = SSIDpassword; # networks."${SSID}".psk = SSIDpassword;
interfaces = [ interface ]; interfaces = [ interface ];
}; };
}; };
environment.systemPackages = with pkgs; [ vim ];
services.openssh.enable = true; services.openssh.enable = true;
programs.xonsh.enable = true; programs.xonsh.enable = true;