summary refs log tree commit diff
path: root/modules/users/chris.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/users/chris.nix')
-rwxr-xr-xmodules/users/chris.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/users/chris.nix b/modules/users/chris.nix
index 3ab5d98..9df69a8 100755
--- a/modules/users/chris.nix
+++ b/modules/users/chris.nix
@@ -1,4 +1,4 @@
-{ config, pkgs, ... }:
+{ pkgs, ... }:
 
 {
 
@@ -7,7 +7,7 @@
     extraGroups = [ "wheel" ];
     packages = with pkgs; [
       nano
-      nodejs-slim
+      #nodejs-slim
     ];
     #initialPassword = "password";
     openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMd9U0+wKjBG3Q9Qg249xJY+ybYeRV9/VMPjuwKvFBEI" ];