fix: don't set marleycfg.my twice

This commit is contained in:
punkfairie 2025-05-31 18:43:15 -07:00
parent a2e122e75d
commit c7da17b79d
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -4,12 +4,7 @@
config,
...
}: let
my = {
name = "marley";
username = "punkfairie";
fullName = "Marley Rae";
email = "marley@punkfairie.net";
};
inherit (config.marleycfg) my;
desktopPass = "$y$j9T$ztWf9WeUCENC2T12qS4mi1$51ihV/5cQ8mdJJrNe7MMguk4hPB61S5xHawsfi.1hL3";
serverPass = "$y$j9T$8hA7OWZsdQMHqYIy8LkYQ1$hFeP2ak3QA4FtoIYIwqPg10//ZOSZrAw1PzJj0PuGSA";
@ -17,10 +12,6 @@ in {
imports = [inputs.home-manager.nixosModules.home-manager];
config = {
marleycfg.my = {
inherit (my) name username fullName email;
};
users = {
mutableUsers = false;