From 09ad024f7198a37b95912c2947d6e34f303bbd45 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 1 Aug 2023 21:49:09 +0900 Subject: feat(home/base): configure airport by default --- home/profiles/base/default.nix | 4 ++++ 1 file changed, 4 insertions(+) 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"; -- cgit 1.4.1