This commit is contained in:
Tao Tien 2023-07-19 20:26:20 -07:00
parent fff73b8280
commit ea675929f5
3 changed files with 15 additions and 7 deletions

View file

@ -3,5 +3,13 @@
qgroundcontrol
qgis-ltr
arduino
firefox
];
networking.hostName = "NObcer";
users.users.ssrov = {
isNormalUser = true;
extraGroups = [ "dialout" ];
hashedPassword = "";
};
}

View file

@ -55,7 +55,7 @@
SUBSYSTEM == "tty", GROUP="dialout", ATTRS{interface}=="Black Magic UART Port", SYMLINK+="ttyBmpTarg"
'';
# boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ];
boot.kernelModules = [ "i2c-dev" "kvm-amd" ];