fix: don't set marleycfg.my twice
This commit is contained in:
parent
a2e122e75d
commit
c7da17b79d
1 changed files with 1 additions and 10 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue