Update flake and add adb

This commit is contained in:
thiloho
2023-12-24 17:13:11 +01:00
parent faba55111b
commit cee5aa73f4
2 changed files with 13 additions and 4 deletions

View File

@@ -9,7 +9,13 @@
../shared.nix
];
networking.hostName = "pc";
networking = {
hostName = "pc";
firewall = {
allowedTCPPorts = [ 5173 ];
allowedUDPPorts = [ 5173 ];
};
};
services.postgresql = {
enable = true;
@@ -21,6 +27,9 @@
'';
};
programs.adb.enable = true;
users.users.thiloho.extraGroups = [ "adbusers" ];
home-manager.users.thiloho = { pkgs, lib, ... }: {
programs.git.signing.key = "5ECD00BDC15A987E";
home = {