From 88b92f49b916193f86c37fb069d2ba27566b3d4f Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Sat, 27 Jan 2024 11:07:44 +0100 Subject: [PATCH] fix minor issues --- .gitignore | 1 + configuration.nix | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 .gitignore 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;