diff --git a/modules/network.nix b/modules/network.nix index ac574ac..8ac8895 100644 --- a/modules/network.nix +++ b/modules/network.nix @@ -1,8 +1,4 @@ -{ - options, - host, - ... -}: +{ options, host, ... }: { networking = { hostName = "${host}";