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 ];
|
imports = [ ../common/configuration.nix ./hardware-configuration.nix ];
|
||||||
|
|
||||||
networking.hostName = "ahrc-laptop";
|
networking.hostName = "ahrc-laptop";
|
||||||
networking.firewall.checkReversePath = false;
|
networking.wireguard.enable = true;
|
||||||
|
|
||||||
console.keyMap = "fr-pc";
|
console.keyMap = "fr-pc";
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,6 @@
|
||||||
|
|
||||||
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;
|
||||||
|
@ -78,7 +77,7 @@
|
||||||
|
|
||||||
users.users.ahurac = {
|
users.users.ahurac = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "networkmanager" "libvirtd" "adbusers" ];
|
extraGroups = [ "wheel" "networkmanager" "libvirtd" ];
|
||||||
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; [
|
||||||
ipcalc
|
android-tools
|
||||||
texliveFull
|
texliveFull
|
||||||
thunderbird
|
thunderbird
|
||||||
jdt-language-server
|
jdt-language-server
|
||||||
|
|
Loading…
Reference in a new issue