Compare commits

...

4 Commits

Author SHA1 Message Date
Lennart J. Kurzweg (Nx2)
085d593ce1 new ssh 2024-10-22 23:00:30 +02:00
Lennart J. Kurzweg (Nx2)
fb082f76ed new sync version vesktop 2024-10-22 23:00:18 +02:00
Lennart J. Kurzweg (Nx2)
89ed2c0748 gs 2024-10-22 22:59:43 +02:00
Lennart J. Kurzweg (Nx2)
a32d8ad3ce better curk 2024-10-22 22:59:31 +02:00
4 changed files with 12 additions and 14 deletions

View File

@@ -80,7 +80,7 @@
git-crypt git-crypt
lazygit # home-manager module is bugged lazygit # home-manager module is bugged
wget wget
curl curlHTTP3
zip zip
unzip unzip
p7zip p7zip

View File

@@ -6,7 +6,9 @@ lib.mkIf (host != "NxACE")
vesktop vesktop
]; ];
file.".config/vesktop/settings/settings.json".text = /* json */ ''{ file.".config/vesktop/settings/settings.json".text = let
settingsSyncVersion = "1729179678715";
in /* json */ ''{
"notifyAboutUpdates": true, "notifyAboutUpdates": true,
"autoUpdate": false, "autoUpdate": false,
"autoUpdateNotification": true, "autoUpdateNotification": true,
@@ -188,7 +190,7 @@ lib.mkIf (host != "NxACE")
"authenticated": false, "authenticated": false,
"url": "https://api.vencord.dev/", "url": "https://api.vencord.dev/",
"settingsSync": false, "settingsSync": false,
"settingsSyncVersion": 1725386648445 "settingsSyncVersion": ${settingsSyncVersion}
} }
} }
''; '';

View File

@@ -1,4 +1,4 @@
{ config, pkgs, lib, system, user, allowed, secrets, ... }: { pkgs, lib, user, ... }:
lib.mkIf (user != "tv") lib.mkIf (user != "tv")
{ {
@@ -9,7 +9,7 @@ lib.mkIf (user != "tv")
home.file.".ssh/config".text = '' home.file.".ssh/config".text = ''
HOST nxace HOST nxace
HostName nx2.site HostName ssh.nx2.site
User nx2 User nx2
Port 50022 Port 50022
@@ -18,18 +18,13 @@ lib.mkIf (user != "tv")
User nx2 User nx2
Port 50022 Port 50022
HOST nxrpi
HostName nx2.site
User pi
Port 50023
HOST nxrpil HOST nxrpil
HostName 192.168.178.31 HostName 192.168.178.31
User pi User nx2
Port 50023 Port 22
HOST nxgit HOST nxgit
HostName git.nx2.site HostName ssh.nx2.site
User git User git
Port 20022 Port 20022
''; '';

View File

@@ -88,6 +88,7 @@
wl-clipboard wl-clipboard
xclip xclip
xournal xournal
ghostscript
inputs.zen-browser.packages."${system}".default inputs.zen-browser.packages."${system}".default