Compare commits
4 Commits
d93ae4a78b
...
085d593ce1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
085d593ce1 | ||
|
|
fb082f76ed | ||
|
|
89ed2c0748 | ||
|
|
a32d8ad3ce |
@@ -80,7 +80,7 @@
|
||||
git-crypt
|
||||
lazygit # home-manager module is bugged
|
||||
wget
|
||||
curl
|
||||
curlHTTP3
|
||||
zip
|
||||
unzip
|
||||
p7zip
|
||||
|
||||
@@ -6,7 +6,9 @@ lib.mkIf (host != "NxACE")
|
||||
vesktop
|
||||
];
|
||||
|
||||
file.".config/vesktop/settings/settings.json".text = /* json */ ''{
|
||||
file.".config/vesktop/settings/settings.json".text = let
|
||||
settingsSyncVersion = "1729179678715";
|
||||
in /* json */ ''{
|
||||
"notifyAboutUpdates": true,
|
||||
"autoUpdate": false,
|
||||
"autoUpdateNotification": true,
|
||||
@@ -188,7 +190,7 @@ lib.mkIf (host != "NxACE")
|
||||
"authenticated": false,
|
||||
"url": "https://api.vencord.dev/",
|
||||
"settingsSync": false,
|
||||
"settingsSyncVersion": 1725386648445
|
||||
"settingsSyncVersion": ${settingsSyncVersion}
|
||||
}
|
||||
}
|
||||
'';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, lib, system, user, allowed, secrets, ... }:
|
||||
{ pkgs, lib, user, ... }:
|
||||
lib.mkIf (user != "tv")
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@ lib.mkIf (user != "tv")
|
||||
|
||||
home.file.".ssh/config".text = ''
|
||||
HOST nxace
|
||||
HostName nx2.site
|
||||
HostName ssh.nx2.site
|
||||
User nx2
|
||||
Port 50022
|
||||
|
||||
@@ -18,18 +18,13 @@ lib.mkIf (user != "tv")
|
||||
User nx2
|
||||
Port 50022
|
||||
|
||||
HOST nxrpi
|
||||
HostName nx2.site
|
||||
User pi
|
||||
Port 50023
|
||||
|
||||
HOST nxrpil
|
||||
HostName 192.168.178.31
|
||||
User pi
|
||||
Port 50023
|
||||
User nx2
|
||||
Port 22
|
||||
|
||||
HOST nxgit
|
||||
HostName git.nx2.site
|
||||
HostName ssh.nx2.site
|
||||
User git
|
||||
Port 20022
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user