1
1
Fork 0

Remove options deprecated in 21.05

This commit is contained in:
Jaculabilis 2022-01-02 21:42:04 +00:00
parent 14d28357f6
commit dc4377732f
1 changed files with 0 additions and 3 deletions

View File

@ -22,7 +22,6 @@
extraConfig = "serial --unit=0 --speed=115200 ; terminal_input serial console ; terminal_output serial console"; extraConfig = "serial --unit=0 --speed=115200 ; terminal_input serial console ; terminal_output serial console";
}; };
boot.kernelParams = ["console=ttyS0"]; boot.kernelParams = ["console=ttyS0"];
console.extraTTYs = ["ttyS0"];
networking.hostName = "empyrean"; networking.hostName = "empyrean";
@ -114,8 +113,6 @@
]; ];
}; };
security.hideProcessInformation = true;
users.users.tvb = { users.users.tvb = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user. extraGroups = [ "wheel" ]; # Enable sudo for the user.