Compare commits
3 commits
4a2fd693f9
...
cb0a0df93e
Author | SHA1 | Date | |
---|---|---|---|
cb0a0df93e | |||
bcbd0a93b7 | |||
8e265de581 |
3 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
imports = [ ../common/configuration.nix ./hardware-configuration.nix ];
|
imports = [ ../common/configuration.nix ./hardware-configuration.nix ];
|
||||||
|
|
||||||
networking.hostName = "ahrc-laptop";
|
networking.hostName = "ahrc-laptop";
|
||||||
networking.wireguard.enable = true;
|
networking.firewall.checkReversePath = false;
|
||||||
|
|
||||||
console.keyMap = "fr-pc";
|
console.keyMap = "fr-pc";
|
||||||
|
|
||||||
|
|
|
@ -51,6 +51,7 @@
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
|
programs.adb.enable = true;
|
||||||
|
|
||||||
virtualisation.libvirtd = {
|
virtualisation.libvirtd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -77,7 +78,7 @@
|
||||||
|
|
||||||
users.users.ahurac = {
|
users.users.ahurac = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "networkmanager" "libvirtd" ];
|
extraGroups = [ "wheel" "networkmanager" "libvirtd" "adbusers" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
home.stateVersion = "24.05";
|
home.stateVersion = "24.05";
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
android-tools
|
ipcalc
|
||||||
texliveFull
|
texliveFull
|
||||||
thunderbird
|
thunderbird
|
||||||
jdt-language-server
|
jdt-language-server
|
||||||
|
|
Loading…
Reference in a new issue