|
|
108ab3fd4f
|
chore: bump inputs
|
2025-10-08 23:09:53 -04:00 |
|
|
|
3990a012ae
|
tweak: disable mastodon module
|
2025-10-08 23:08:45 -04:00 |
|
|
|
59a300c376
|
chore: modify SSH key
|
2025-04-06 02:33:38 -04:00 |
|
|
|
7501370ae9
|
refactor(deploy-rpi5): switch to nixos-hardware module
|
2025-04-06 02:33:03 -04:00 |
|
|
|
a48005eec4
|
compat: update mastodon patches
|
2025-04-02 06:11:31 -04:00 |
|
|
|
69cefa7261
|
chore: bump inputs
|
2025-04-02 05:56:55 -04:00 |
|
|
|
b66ac7683b
|
feat: add mastodon module
|
2025-04-02 05:55:10 -04:00 |
|
|
|
c0a33e111a
|
fix: always require ACME email
|
2025-04-02 05:52:23 -04:00 |
|
|
|
dedd95c442
|
fix: resolve conflicting module options
Apparently you aren't allowed to define the same option in multiple
modules, even if the definitions are identical.
|
2025-04-01 22:36:14 -04:00 |
|
|
|
5965922b57
|
refactor: generalize flake input injection
|
2025-04-01 22:36:05 -04:00 |
|
|
|
c559bf629f
|
tweak(forgejo)!: switch to postgres database
|
2025-03-29 07:25:41 -04:00 |
|
|
|
5b602799f6
|
fix(forgejo): fix possible duplicate user creation
|
2025-03-29 07:25:16 -04:00 |
|
|
|
f7e030244b
|
fix: correct config option names
|
2025-01-10 22:33:10 -05:00 |
|
|
|
80834ea71c
|
fix: refactor improper use of mkIf
Apparently you should NOT do this, because not only will it not work, it
will also break the entire module!
|
2025-01-10 22:02:53 -05:00 |
|
|
|
79c0dfa162
|
feat: enable new theme
|
2025-01-10 21:12:59 -05:00 |
|
|
|
11398c5a84
|
chore: bump inputs
|
2025-01-10 17:31:41 -05:00 |
|
|
|
159980a6f8
|
fix: invalid special args
|
2025-01-10 17:25:38 -05:00 |
|
|
|
711a83b8e0
|
feat: new custom Tokyo Night forgejo theme
|
2025-01-10 03:11:04 -05:00 |
|
|
|
1d9e8d16d2
|
feat(forgejo): add option for custom forgejo theme
|
2025-01-10 03:08:41 -05:00 |
|
|
|
37f8be203f
|
refactor: always allow HTTPS through firewall
|
2024-11-22 18:58:16 -05:00 |
|
|
|
63565fc4b1
|
fix: fix incorrect config reference
|
2024-11-22 18:56:17 -05:00 |
|
|
|
f27c89de11
|
refactor: factor out forgejo option
|
2024-11-22 18:54:57 -05:00 |
|
|
|
992ffdd92e
|
feat: Allow overriding of Raspberry Pi kernel package
|
2024-11-22 18:50:43 -05:00 |
|
|
|
3bdcb0e6b1
|
fix: correct markdown syntax for admonition
|
2024-11-22 18:44:38 -05:00 |
|
|
|
8ef4845300
|
docs: rewrite README
|
2024-11-22 18:41:33 -05:00 |
|
|
|
c409cde8f2
|
style: comment module options file
|
2024-11-22 18:24:39 -05:00 |
|
|
|
c9868c7887
|
refactor: rename catch-all module to all
|
2024-11-22 18:24:12 -05:00 |
|
|
|
dede65dc18
|
refactor: rename wireless module to basic
|
2024-11-22 18:21:04 -05:00 |
|
|
|
f178336dd8
|
tweak: remove unnecessary forgejo config
|
2024-11-20 02:54:23 -05:00 |
|
|
|
f0aa0e25b0
|
docs: reorder module checklist
|
2024-11-20 02:54:05 -05:00 |
|
|
|
1f4b816ffd
|
docs: document nixosModules.aether output
|
2024-11-20 02:36:49 -05:00 |
|
|
|
bb8f338c68
|
feat: add assertion to ensure correctness of options
|
2024-11-20 02:23:49 -05:00 |
|
|
|
c978882918
|
refactor: separate module options into options.nix
|
2024-11-20 02:23:20 -05:00 |
|
|
|
cb94d7c6fb
|
docs: document API
|
2024-11-20 02:08:31 -05:00 |
|
|
|
475017cf87
|
fix: use specialArgs to prevent infinite loop
The `_module.args` option can't be used to pass modules to import, since
it can only be used during the config phase, not the import phase.
|
2024-11-20 01:15:44 -05:00 |
|
|
|
966a1ec8f6
|
fix: correct option name
|
2024-11-20 01:15:30 -05:00 |
|
|
|
e845f3468a
|
fix: add catchall to module args
|
2024-11-20 01:15:09 -05:00 |
|
|
|
f30ba6a566
|
fix: resolve parsing error
|
2024-11-20 01:14:36 -05:00 |
|
|
|
628ec321c0
|
refactor: overhaul pretty much all the organization
|
2024-11-20 00:59:56 -05:00 |
|
|
|
4d05c0c645
|
refactor: remove default.nix file in module dir
|
2024-11-19 22:48:31 -05:00 |
|
|
|
c01d40b692
|
feat: add MIT license
|
2024-11-19 22:47:40 -05:00 |
|
|
|
6163ab5f08
|
docs: document modules
|
2024-11-19 22:36:15 -05:00 |
|
|
|
7fd8d426fb
|
docs: add README
|
2024-11-19 21:47:16 -05:00 |
|
|
|
c49dfb2a35
|
chore: bump inputs
|
2024-10-23 17:43:08 -04:00 |
|
|
|
045c7b227b
|
chore: add new ssh key
|
2024-10-15 04:45:26 -04:00 |
|
|
|
25a2aaa192
|
chore: bump inputs
|
2024-09-14 02:25:54 -04:00 |
|
|
|
1adb01e315
|
fix: change password
|
2024-09-14 02:21:14 -04:00 |
|
|
|
39b0be4607
|
feat!: change hostname to toki-aether
|
2024-09-14 02:01:36 -04:00 |
|
|
|
dcb9474be3
|
chore: bump inputs
|
2024-08-03 02:14:32 -04:00 |
|
|
|
6319c69950
|
refactor: store SSH public key through agenix
|
2024-08-03 02:03:41 -04:00 |
|