feat: install remmina on april

This commit is contained in:
Ahwx 2026-01-12 23:10:32 +01:00
parent 281f567843
commit 310c949afd

View file

@ -21,6 +21,10 @@
amdgpu.enable = false;
};
environment.systemPackages = with pkgs; [
remmina
];
services = {
vnstat.enable = true;
};