diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-08 16:42:56 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-08 16:42:56 -0800 |
commit | 978478df555d2ff70b5abd491f695950b3d76638 (patch) | |
tree | 7e916985079e9d3859dbaf44196086b5014dc9f0 /hosts/carmel | |
parent | systems: move some packages out of host config (diff) | |
download | world-978478df555d2ff70b5abd491f695950b3d76638.tar.gz |
hosts: remove unneeded comments
Diffstat (limited to 'hosts/carmel')
-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; |