diff options
| author | stuebinm | 2026-09-02 00:50:53 +0200 |
|---|---|---|
| committer | stuebinm | 2026-09-02 00:50:53 +0200 |
| commit | 9048e698ad3d24e8432ea5fa48015503d13ad3b2 (patch) | |
| tree | 3f959586152bc4d432799028e462fbee9fcb9876 /home | |
| parent | db2cb1d1ac2b887542fa0308832f769cee2ac55f (diff) | |
update sources, adjust patches & overlay
element had a major update, its new UI is even less hackable than the
old one. Progress!
Diffstat (limited to 'home')
| -rw-r--r-- | home/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/home.nix b/home/home.nix index 0ca7c60..6d1a061 100644 --- a/home/home.nix +++ b/home/home.nix @@ -302,7 +302,7 @@ in { "flora" = vpslogin "flora.stuebinm.eu"; "chaski" = vpslogin "chaski.stuebinm.eu"; - "cgit" = vpslogin "flora.stuebinm.eu" // {user = "git";}; + "cgit" = vpslogin "flora.stuebinm.eu" // {User = "git";}; "mate" = { Hostname = "192.168.69.174"; User = "root"; |
