machines: porthos: users: remove unused let block

This commit is contained in:
Bruno BELANYI 2021-11-05 14:12:54 +01:00
parent 9b4a92895f
commit 680eeffd3a
1 changed files with 1 additions and 4 deletions

View File

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