mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Update flake and add adb
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user