mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-19 07:40:30 +01:00
feat: install remmina on april
This commit is contained in:
parent
281f567843
commit
310c949afd
1 changed files with 4 additions and 0 deletions
|
|
@ -21,6 +21,10 @@
|
||||||
amdgpu.enable = false;
|
amdgpu.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
remmina
|
||||||
|
];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
vnstat.enable = true;
|
vnstat.enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue