remove variables

This commit is contained in:
Andreas Zweili 2022-01-15 14:29:58 +01:00
parent daf2a75e19
commit 404337842e

View File

@ -1,8 +1,4 @@
{ hostname, ip, ... }:
let
hostname = ip;
ip = hostname;
in
{
networking = {
hostName = hostname;