diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/carmel/configuration.nix | 6 |
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; |