mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Updated hardware configuration
This commit is contained in:
@@ -7,9 +7,7 @@
|
||||
../shared.nix
|
||||
];
|
||||
|
||||
networking = {
|
||||
hostName = "laptop";
|
||||
};
|
||||
networking.hostName = "laptop";
|
||||
|
||||
services.xserver.libinput.enable = true;
|
||||
}
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
networking = {
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user