From dc4377732f47de54582d202e8dbcb5251b7d6a86 Mon Sep 17 00:00:00 2001 From: Jaculabilis Date: Sun, 2 Jan 2022 21:42:04 +0000 Subject: [PATCH] Remove options deprecated in 21.05 --- configuration.nix | 3 --- 1 file changed, 3 deletions(-) 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.