Update rdesktop
This commit is contained in:
parent
6072c11efb
commit
ee5ae1fd4b
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
||||||
mountPoint = "/etc/nixos/git";
|
mountPoint = "/etc/nixos/git";
|
||||||
isReadOnly = false;
|
isReadOnly = false;
|
||||||
};
|
};
|
||||||
|
"/Storage/Data/Docker/sysctl.io/guacamole/guacd/shared" = {
|
||||||
|
mountPoint = "/shared";
|
||||||
|
isReadOnly = false;
|
||||||
|
};
|
||||||
"/home/albert/.ssh/id_ed25519" = {
|
"/home/albert/.ssh/id_ed25519" = {
|
||||||
mountPoint = "/home/albert/.ssh/id_ed25519";
|
mountPoint = "/home/albert/.ssh/id_ed25519";
|
||||||
isReadOnly = true;
|
isReadOnly = true;
|
||||||
|
|
Loading…
Reference in a new issue