Remove options deprecated in 21.05
This commit is contained in:
parent
14d28357f6
commit
dc4377732f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue