This commit is contained in:
2026-07-24 13:18:22 +01:00
parent d05b4a8483
commit 1f4f716de1
9 changed files with 352 additions and 129 deletions
+2 -1
View File
@@ -39,9 +39,10 @@
# modules.easyeffects
# modules.lavd
modules.ai
modules.pi-coding
# modules.omp
modules.podman
<modules/ai/ollama-cuda>
# <modules/ai/ollama-cuda>
];
nixos =
{
+16 -4
View File
@@ -38,14 +38,26 @@
"rd.systemd.show_status=auto"
];
services.openssh.enable = true;
services.openssh.enable = true;
networking.networkmanager.enable = true;
xdg.portal = {
enable = true;
configPackages = [ pkgs.xdg-desktop-portal-wlr ];
wlr = {
enable = true;
};
};
networking.networkmanager.enable = true;
networking.firewall.enable = false;
security.rtkit.enable = true;
environment.systemPackages = with pkgs; [ polkit_gnome ];
hardware.graphics = {
security.rtkit.enable = true;
security.polkit.enable = true;
hardware.graphics = {
enable = true;
extraPackages = with pkgs; [
libva-minimal