Update system

This commit is contained in:
2026-01-15 21:33:47 +03:00
parent c09c1748f5
commit f0cf1059d2
8 changed files with 72 additions and 74 deletions
-4
View File
@@ -1,4 +0,0 @@
{
programs.adb.enable = true;
users.users.sweetbread.extraGroups = ["adbusers"]; # FIXME: check users
}
+2 -2
View File
@@ -19,8 +19,8 @@
environment.etc = {
"v2raya/ru_geoip.dat".source = pkgs.fetchurl {
name = "geoip.dat";
url = "https://github.com/runetfreedom/russia-blocked-geoip/releases/download/202511300923/geoip.dat";
hash = "sha256-irYvR6UpXRojrFYCSt2zjOa3V6YzJWdUX+2IIKDR7nY=";
url = "https://github.com/runetfreedom/russia-blocked-geoip/releases/download/202601151532/geoip.dat";
hash = "sha256-cUXtrTL6yITVy1COiOfFRnvJCKMwgFv+/0AVBcIkqQU=";
};
"v2raya/bolt.db".source = config.sops.secrets.vpn_bolt.path;