feat: add moritz-laptop

This commit is contained in:
Moritz Böhme 2025-04-19 10:29:26 +02:00
parent 086ff8fa1c
commit 9873148fcd
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
6 changed files with 4553 additions and 2 deletions

View file

@ -47,7 +47,7 @@ in {
prompts.password.type = "hidden";
prompts.password.persist = true;
share = true;
files.password.owner = "moritz";
files.password.owner = lib.mkForce "moritz";
};
};
}

View file

@ -69,7 +69,7 @@ in {
prompts.password.type = "hidden";
prompts.password.persist = true;
share = true;
files.password.owner = "moritz";
files.password.owner = lib.mkForce "moritz";
};
};
}