mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
added auto hostName config
This commit is contained in:
parent
fa18237a57
commit
b017594b1e
4 changed files with 14 additions and 10 deletions
|
|
@ -31,12 +31,13 @@ _: {
|
|||
;
|
||||
};
|
||||
services.xserver.videoDrivers = ["intel"];
|
||||
networking = {
|
||||
hostName = "moms-laptop";
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
sops.secrets.root.neededForUsers = true;
|
||||
|
||||
users = {
|
||||
mutableUsers = false;
|
||||
users = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue