Code cleanup.

This commit is contained in:
Kevin Baensch 2019-09-06 11:38:02 +02:00
parent 9b6cea1696
commit 94e969abd9
4 changed files with 10 additions and 13 deletions

View file

@ -1,8 +1,6 @@
{ config, ... }:
let
firewallcfg = config.machine.firewall;
in {
{
networking = {
hostName = config.machine.hostName;
};