Compare commits

...

3 commits

Author SHA1 Message Date
cb0a0df93e feat(home): add ipcalc 2024-11-12 15:31:13 +01:00
bcbd0a93b7 fix(wireguard): make it work lol 2024-11-12 15:30:59 +01:00
8e265de581 fix: adb in the wrong place 2024-11-12 11:35:02 +01:00
3 changed files with 4 additions and 3 deletions

View file

@ -4,7 +4,7 @@
imports = [ ../common/configuration.nix ./hardware-configuration.nix ];
networking.hostName = "ahrc-laptop";
networking.wireguard.enable = true;
networking.firewall.checkReversePath = false;
console.keyMap = "fr-pc";

View file

@ -51,6 +51,7 @@
programs.zsh.enable = true;
programs.dconf.enable = true;
programs.adb.enable = true;
virtualisation.libvirtd = {
enable = true;
@ -77,7 +78,7 @@
users.users.ahurac = {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "libvirtd" ];
extraGroups = [ "wheel" "networkmanager" "libvirtd" "adbusers" ];
shell = pkgs.zsh;
};

View file

@ -7,7 +7,7 @@
home.stateVersion = "24.05";
home.packages = with pkgs; [
android-tools
ipcalc
texliveFull
thunderbird
jdt-language-server