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