conf: default username to DashNix

This commit is contained in:
DashieTM 2025-05-10 13:57:09 +02:00
parent 62ce845f71
commit 4e7aa1e0f0

View file

@ -132,7 +132,7 @@
};
username = lib.mkOption {
default = "dashie";
default = "DashNix";
example = "pingpang";
type = lib.types.str;
description = ''