Compare commits
No commits in common. "32b3b119676c7b2774c8f6139615d0f230603092" and "5dedf4f314911d7c834c531fa98be05f61f1587b" have entirely different histories.
32b3b11967
...
5dedf4f314
2 changed files with 0 additions and 20 deletions
14
README.md
14
README.md
|
|
@ -47,20 +47,6 @@ nix multi user, multi system, configuration with `sops` secret management, `home
|
|||
|
||||
# Tasks:
|
||||
|
||||
## Documentation
|
||||
- [ ] project layout
|
||||
- [ ] users file structure
|
||||
- [ ] reverse proxy design
|
||||
- public service compatibility
|
||||
- vpn based services compatibility
|
||||
- [ ] the choice of impermanence
|
||||
- [ ] storage module design
|
||||
- base impermanence compatibility and structure reason
|
||||
- plans for home manager datasets
|
||||
- plans for auto systemd service datasets
|
||||
- [ ] plans to migrate to some kind of acl structure for user management
|
||||
- [ ] plans to migrate from flakes to npins
|
||||
|
||||
## Chores:
|
||||
- [ ] test out crab hole service
|
||||
|
||||
|
|
|
|||
|
|
@ -19,10 +19,6 @@ in {
|
|||
gitmoji = lib.mkEnableOption "should emoji be prompted for as a part of the commit message./";
|
||||
|
||||
promptScopes = lib.mkEnableOption "prompting for scopes in conventional commits";
|
||||
|
||||
promptFooter = lib.mkEnableOption "prompting for footer in conventional commits";
|
||||
|
||||
showNewVersionNotes = lib.mkEnableOption "showing new version notes for conventional commits";
|
||||
};
|
||||
};
|
||||
config = lib.mkIf config.extraExtensions.conventionalCommits.enable {
|
||||
|
|
@ -31,8 +27,6 @@ in {
|
|||
userSettings = {
|
||||
"conventionalCommits.gitmoji" = config.extraExtensions.conventionalCommits.gitmoji;
|
||||
"conventionalCommits.promptScopes" = config.extraExtensions.conventionalCommits.promptScopes;
|
||||
"conventionalCommits.promptFooter" = config.extraExtensions.conventionalCommits.promptFooter;
|
||||
"conventionalCommits.showNewVersionNotes" = config.extraExtensions.conventionalCommits.showNewVersionNotes;
|
||||
};
|
||||
};
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue