0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Remove unused 'rogue' service

This commit is contained in:
Eelco Dolstra 2020-03-23 10:30:46 +01:00
parent aebf9a4709
commit bd379be538
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
3 changed files with 0 additions and 66 deletions

View file

@ -27,9 +27,6 @@ with lib;
# Show the manual.
documentation.nixos.enable = mkForce true;
# Let the user play Rogue on TTY 8 during the installation.
#services.rogue.enable = true;
# Use less privileged nixos user
users.users.nixos = {
isNormalUser = true;