[durruti] fix hostname

This commit is contained in:
2023-05-04 12:35:10 +02:00
parent ae0620abf1
commit 47441c6999

View File

@@ -4,7 +4,7 @@ with lib;
{
boot.isContainer = true;
networking.hostName = mkDefault "malobeo";
networking.hostName = mkDefault "durruti";
networking.useDHCP = false;
imports = [