machines: porthos: users: remove unused let block

This commit is contained in:
Bruno BELANYI 2021-11-05 14:12:54 +01:00
parent c11b3a2fa6
commit eb9fffd7b4

View file

@ -1,8 +1,5 @@
# User setup
{ config, ... }:
let
my = config.my;
in
{ ... }:
{
users.users.blog = {
description = "Blog Publisher";