infra: fix jopejoe1

This commit is contained in:
Johannes Jöns 2024-07-11 18:41:56 +02:00
parent 78135382d5
commit f38604adb9

View file

@ -1,7 +1,7 @@
{ pkgs, config, ... }:
let
name = "root";
name = "jopejoe1";
home = config.home-manager.users.${name};
user = config.users.users.${name};
in