updated to 26.05
This commit is contained in:
+16
-12
@@ -17,6 +17,8 @@
|
||||
"armv7l-linux"
|
||||
];
|
||||
|
||||
networking.networkmanager.wifi.macAddress = "preserve";
|
||||
|
||||
virtualisation = {
|
||||
podman = {
|
||||
enable = true;
|
||||
@@ -36,8 +38,7 @@
|
||||
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
acceleration = "rocm";
|
||||
package = pkgs.unstable.ollama;
|
||||
package = pkgs.unstable.ollama-rocm;
|
||||
};
|
||||
services.open-webui = {
|
||||
enable = true;
|
||||
@@ -69,27 +70,30 @@
|
||||
};
|
||||
|
||||
environment.systemPackages = (with pkgs; [
|
||||
vim
|
||||
tmux
|
||||
saleae-logic-2
|
||||
my-ricing-assets
|
||||
amdgpu_top
|
||||
scilab-bin
|
||||
arduino-ide
|
||||
kdePackages.xdg-desktop-portal-kde
|
||||
my-ricing-assets
|
||||
opencode
|
||||
python3
|
||||
qucs-s
|
||||
sage
|
||||
python3
|
||||
opencode
|
||||
arduino-ide
|
||||
xdg-desktop-portal-gtk
|
||||
saleae-logic-2
|
||||
scilab-bin
|
||||
tmux
|
||||
vim
|
||||
xdg-desktop-portal-gnome
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-desktop-portal-xapp
|
||||
kdePackages.xdg-desktop-portal-kde
|
||||
xournalpp
|
||||
]);
|
||||
|
||||
environment.variables = {
|
||||
MY_RICING_ASSETS_PATH = "${pkgs.my-ricing-assets}/";
|
||||
};
|
||||
|
||||
hardware.opentabletdriver.enable = true;
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
networking.hostName = "wakugumi-hitoroku";
|
||||
|
||||
@@ -30,4 +30,8 @@
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
services.udev.extraRules = ''
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="4348", ATTRS{idProduct}=="55e0", MODE="0666"
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user