rustdesk
This commit is contained in:
parent
9656316032
commit
5e2d1f4532
|
@ -19,5 +19,6 @@
|
||||||
file
|
file
|
||||||
ffmpeg
|
ffmpeg
|
||||||
usbutils
|
usbutils
|
||||||
|
bat
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,9 +5,8 @@
|
||||||
}: {
|
}: {
|
||||||
# Packages installed on full-install machines
|
# Packages installed on full-install machines
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
bat
|
|
||||||
|
|
||||||
nextdns
|
nextdns
|
||||||
|
rustdesk-flutter
|
||||||
|
|
||||||
# need to test
|
# need to test
|
||||||
helix
|
helix
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
g = "git";
|
g = "git";
|
||||||
l = "ls";
|
l = "ls";
|
||||||
lg = "lazygit";
|
lg = "lazygit";
|
||||||
ll = "ls -al";
|
ll = "lsd -al";
|
||||||
|
|
||||||
done = "curl -d 'Done' ntfy.sh/tasiaiso_done";
|
done = "curl -d 'Done' ntfy.sh/tasiaiso_done";
|
||||||
rebuild = "sudo nixos-rebuild switch --flake .#$(cat /etc/hostname)";
|
rebuild = "sudo nixos-rebuild switch --flake .#$(cat /etc/hostname)";
|
||||||
|
|
|
@ -156,6 +156,12 @@ in {
|
||||||
# acceleration = "cuda";
|
# acceleration = "cuda";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.rustdesk-server = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
relayIP = "100.91.88.2";
|
||||||
|
};
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue