stuff
This commit is contained in:
parent
fff73b8280
commit
ea675929f5
3 changed files with 15 additions and 7 deletions
|
|
@ -3,5 +3,13 @@
|
|||
qgroundcontrol
|
||||
qgis-ltr
|
||||
arduino
|
||||
firefox
|
||||
];
|
||||
|
||||
networking.hostName = "NObcer";
|
||||
users.users.ssrov = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "dialout" ];
|
||||
hashedPassword = "";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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" ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue