home-manager: inital commit
This commit is contained in:
parent
faaaa3d324
commit
24717f490e
31 changed files with 1560 additions and 0 deletions
16
home/work/xfreerdp.nix
Normal file
16
home/work/xfreerdp.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# For remoting into VMs.
|
||||
# e.g.
|
||||
# xfreerdp /sec:aad '/u:\AzureAD\esmith@true-helix.com' /v:th-production-m +dynamic-resolution
|
||||
#
|
||||
# Do note that hosts file entries are also necessary to map the
|
||||
# public IP of the device to the computer name (i.e. the /v:)
|
||||
# to get entra id auth playing nicely.
|
||||
|
||||
home.packages = with pkgs; [
|
||||
freerdp
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue