diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-16 18:31:10 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-16 18:31:10 +0200 |
| commit | 63313185b460d2ae0a218e472a128a9b60d23720 (patch) | |
| tree | fdb4c972785c37400838472f6811a332855c4e1c /roles/shared.nix | |
| parent | 7019b29558eaaad8ae76d8eab5c7af67c7541678 (diff) | |
| download | nixos-63313185b460d2ae0a218e472a128a9b60d23720.tar.zst | |
Update treesitter and change colorscheme to tokyonight
Diffstat (limited to 'roles/shared.nix')
| -rw-r--r-- | roles/shared.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/shared.nix b/roles/shared.nix index cd41d2e..4f1be37 100644 --- a/roles/shared.nix +++ b/roles/shared.nix @@ -184,7 +184,7 @@ network = { enable = true; wait-online = { - timeout = 1; + timeout = 10; enable = true; anyInterface = true; }; |
