about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-08-01 21:49:09 +0900
committersefidel <contact@sefidel.net>2023-08-01 22:17:14 +0900
commit09ad024f7198a37b95912c2947d6e34f303bbd45 (patch)
tree145998ce9a3df79d2fb035c5fc1a20487bccb06a /home
parent3e8f59b29232771a90be400584ef2977df5037f7 (diff)
downloadnixrc-09ad024f7198a37b95912c2947d6e34f303bbd45.tar.gz
nixrc-09ad024f7198a37b95912c2947d6e34f303bbd45.zip
feat(home/base): configure airport by default
Diffstat (limited to 'home')
-rw-r--r--home/profiles/base/default.nix4
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";