about summary refs log tree commit diff
path: root/hosts/carmel/configuration.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-08 16:42:56 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-08 16:42:56 -0800
commit978478df555d2ff70b5abd491f695950b3d76638 (patch)
tree7e916985079e9d3859dbaf44196086b5014dc9f0 /hosts/carmel/configuration.nix
parentsystems: move some packages out of host config (diff)
downloadworld-978478df555d2ff70b5abd491f695950b3d76638.tar.gz
hosts: remove unneeded comments
Diffstat (limited to '')
-rw-r--r--hosts/carmel/configuration.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/hosts/carmel/configuration.nix b/hosts/carmel/configuration.nix
index 88ff269..5cbea50 100644
--- a/hosts/carmel/configuration.nix
+++ b/hosts/carmel/configuration.nix
@@ -43,12 +43,6 @@
   # Enable touchpad support (enabled default in most desktopManager).
   # services.xserver.libinput.enable = true;
 
-  # Define a user account. Don't forget to set a password with ‘passwd’.
-  # users.users.jane = {
-  #   isNormalUser = true;
-  #   extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
-  # };
-
   # Some programs need SUID wrappers, can be configured further or are
   # started in user sessions.
   # programs.mtr.enable = true;