diff options
author | sefidel <contact@sefidel.net> | 2023-08-01 21:49:09 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-08-01 22:17:14 +0900 |
commit | 09ad024f7198a37b95912c2947d6e34f303bbd45 (patch) | |
tree | 145998ce9a3df79d2fb035c5fc1a20487bccb06a /home/profiles/base/default.nix | |
parent | 3e8f59b29232771a90be400584ef2977df5037f7 (diff) | |
download | nixrc-09ad024f7198a37b95912c2947d6e34f303bbd45.tar.gz nixrc-09ad024f7198a37b95912c2947d6e34f303bbd45.zip |
feat(home/base): configure airport by default
Diffstat (limited to 'home/profiles/base/default.nix')
-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"; |