Update system

This commit is contained in:
2026-01-15 21:33:47 +03:00
parent 2bdb4a58e9
commit 77e0ecadd2
8 changed files with 75 additions and 77 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;
+1 -1
View File
@@ -1,6 +1,6 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
jetbrains.idea-community
jetbrains.idea-oss
android-studio
];
}