mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-01 10:11:03 +01:00
personal-gui: Install rmview
This commit is contained in:
parent
6bd8290c0c
commit
86c82f0ff3
2 changed files with 10 additions and 0 deletions
|
|
@ -6,5 +6,14 @@
|
|||
glaurung
|
||||
nur.repos.xeals.cura5
|
||||
anki-bin
|
||||
rmview
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
RMVIEW_CONF = pkgs.writers.writeJSON "rmview.json" {
|
||||
ssh.auth_method = "key";
|
||||
backend = "screenshare";
|
||||
orientation = "portrait";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedUDPPorts = [ 5901 ];
|
||||
allowedTCPPortRanges = [
|
||||
{
|
||||
# KDE connect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue