diff --git a/configuration.nix b/configuration.nix index 4fd1fd0..9eee6e8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -22,7 +22,6 @@ extraConfig = "serial --unit=0 --speed=115200 ; terminal_input serial console ; terminal_output serial console"; }; boot.kernelParams = ["console=ttyS0"]; - console.extraTTYs = ["ttyS0"]; networking.hostName = "empyrean"; @@ -114,8 +113,6 @@ ]; }; - security.hideProcessInformation = true; - users.users.tvb = { isNormalUser = true; extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.