mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53: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
|
|
@ -43,10 +43,9 @@ _: {
|
|||
"jdks/8".source = "${pkgs.openjdk8}/bin";
|
||||
};
|
||||
};
|
||||
networking = {
|
||||
hostName = "game-laptop";
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
services.openssh.settings.PermitRootLogin = lib.mkForce "prohibit-password";
|
||||
#user managment
|
||||
sops.secrets.root.neededForUsers = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue