diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b2be92b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +result diff --git a/configuration.nix b/configuration.nix index afb3157..55132a7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -52,13 +52,11 @@ in { hostName = hostname; wireless = { enable = true; - networks."${SSID}".psk = SSIDpassword; +# networks."${SSID}".psk = SSIDpassword; interfaces = [ interface ]; }; }; - environment.systemPackages = with pkgs; [ vim ]; - services.openssh.enable = true; programs.xonsh.enable = true;