diff options
-rw-r--r-- | home/profiles/base/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index e68a00f..80457f9 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -20,6 +20,10 @@ in EDITOR = "nvim"; VISUAL = "nvim"; GIT_EDITOR = EDITOR; + + # Airport + AIRPORT_USER = "20963"; + AIRPORT_HOST = "hk-s020.rsync.net"; }; home.keyboard.layout = "us"; |