Make using serial easier...

This commit is contained in:
Zuckerberg 2022-03-27 19:15:36 -04:00
parent 4d80638ab8
commit 8984524ff1

View File

@ -33,6 +33,7 @@
pciutils
usbutils
killall
screen
];
nixpkgs.config.allowUnfree = true;
@ -40,7 +41,10 @@
users.mutableUsers = false;
users.users.googlebot = {
isNormalUser = true;
extraGroups = [ "wheel" ];
extraGroups = [
"wheel"
"dialout"
];
openssh.authorizedKeys.keys = (import ./ssh.nix).users;
hashedPassword = "$6$TuDO46rILr$gkPUuLKZe3psexhs8WFZMpzgEBGksE.c3Tjh1f8sD0KMC4oV89K2pqAABfl.Lpxu2jVdr5bgvR5cWnZRnji/r/";
};