diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-12-14 07:24:04 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-12-14 07:24:55 +0100 |
commit | d935a4f3e1d67152149945adc31b7886ccf37701 (patch) | |
tree | ae4d39bda4c767b4675d6477c7d9c3ed88939237 /modules/users/Rory.nix | |
parent | Update synapse cache settings (diff) | |
download | Rory-Open-Architecture-d935a4f3e1d67152149945adc31b7886ccf37701.tar.xz |
Desktop updates
Diffstat (limited to 'modules/users/Rory.nix')
-rwxr-xr-x | modules/users/Rory.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/users/Rory.nix b/modules/users/Rory.nix index c8f4d45..f250863 100755 --- a/modules/users/Rory.nix +++ b/modules/users/Rory.nix @@ -55,6 +55,7 @@ export CHOKIDAR_USEPOLLING=true export MSBUILDLIVELOGGER=auto export DOTNET_WATCH_SUPPRESS_LAUNCH_BROWSER=1 + export DOTNET_CLI_TELEMETRY_OPTOUT=1 function mkkey() { echo "Making key for $1" ssh-keygen -t ed25519 -C "$HOST -> $1" -f ~/.ssh/id_ed25519_$1 |