1 2 3 4 5 6 7
{ lib, ... }: { imports = [ ../common/configuration.nix ]; networking.hostName = lib.mkOptionDefault "server"; security.sudo.wheelNeedsPassword = false; }