updated to 26.05

This commit is contained in:
2026-05-31 18:38:43 +09:00
parent df41182acd
commit 562e5d0e97
9 changed files with 95 additions and 55 deletions
+16 -12
View File
@@ -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";