f4d2b2a9fe
Add Nostr NIP-05 verification
2025-01-28 23:37:25 -05:00
f99945596b
Make match getalby version
2025-01-28 23:36:57 -05:00
2810ed2ffd
Streaming across Tailscale for the win
2025-01-28 22:49:17 -05:00
924766af58
Actually listen on port 80, redirect to https
2025-01-28 22:48:13 -05:00
3292d47575
Not my domain anymore so gotta say bye
2025-01-24 07:28:45 -05:00
7a19fd6a49
Merge pull request #487 from genebean/git-signing
...
Setup git commit signing
2025-01-14 21:25:46 -05:00
8360546108
Setup git commit signing
2025-01-14 21:25:04 -05:00
3d30d42067
Add git signing config
2025-01-14 21:23:14 -05:00
de73b2dc27
Monitoring time with Grafana & Prometheus
2025-01-14 21:22:35 -05:00
971acbf730
Merge pull request #484 from genebean/image
...
Pi Image Building
2025-01-11 16:37:07 -05:00
c1589d5f16
Compress image, even if slow
...
A compressed image is like 2.2G while an uncompressed one is over 8G
2025-01-11 16:36:02 -05:00
6e6691e2a2
Merge pull request #483 from genebean/rainbow-updates
...
Just some random updates
2025-01-11 16:09:23 -05:00
b0cedda623
Just some random updates
2025-01-11 16:08:45 -05:00
8a053f22b2
Make Cage aware of its need for wifi in my setup
2025-01-11 15:55:54 -05:00
8b1874b128
Switch to using a Home Assitant dashboard
...
This is so that I can also use Browser Mod and swap from Immich showing
me photos to another view easily.
2025-01-11 15:27:42 -05:00
73f67dd7d3
Disable firewall
2025-01-11 15:26:27 -05:00
0b5ff57d67
Cleanup
2025-01-11 15:24:37 -05:00
4727b78cd6
Working Pi with Cage
2025-01-11 13:48:11 -05:00
1c2414c595
Switch Pi support to Pi4
2025-01-11 12:35:08 -05:00
839d0c386e
Make immich-kiosk available via https + basic auth
2025-01-10 13:34:13 -05:00
680cd54a0b
Setup a Pi 3, fix hetznix02
...
This focuses on being able to build a SD card image for a Pi 3 named
raspberry and the cofig it contains. As part of making that happen, I
found that I had totally messed up hetznix02's hardware config. I fixed
this as it is where I am builiding the SD image. This work also resulted
in adding a "volume" to hetznix02 and moving `/nix` onto it.
2025-01-04 01:10:42 -05:00
d2950e1ff8
Merge pull request #474 from genebean/keys
...
Add key
2025-01-02 16:29:34 -05:00
fcbca348bd
Add firewall port for immich-kiosk
2025-01-01 08:58:31 -05:00
acdcbf5b87
Add key
2025-01-01 08:57:30 -05:00
f0c351cbbe
Cleanup + a few apps
2024-12-31 15:57:27 -05:00
8ecb7ab408
Switching BigBoy back to NixOS
2024-12-30 23:39:10 -05:00
d9b90704a0
Disable Zen kernel
...
I am having lockups like the crew of Linux Unplugged described having
with a rull real time kernel... disabling zen for now to see if that
makes them stop.
2024-12-28 21:32:47 -05:00
8c5ea5dfbc
Disable non-default system switch
2024-12-28 21:31:48 -05:00
747b2880f2
Add Filezilla
...
Some files are a pain to rsync / scp... this makes it super easy
2024-12-28 21:31:11 -05:00
3225c34bd0
Add tooling to watch and backup DVDs and Blu-rays
...
This is all about backing my stuff up from physical disk to Jellyfin for
personal consumption.
2024-12-23 10:38:41 -05:00
6ff6bb3f9f
Add mumble
2024-12-23 10:37:29 -05:00
188a745055
Switch to Zen kernel
2024-12-23 10:37:16 -05:00
c673eada56
Add kdenlive and vlc
2024-12-23 10:36:32 -05:00
4eca3364dd
Setup albyhub
2024-12-17 13:35:00 -05:00
e7d890908d
Reconfigure Jellyfin proxy
2024-12-17 10:32:46 -05:00
87de4b19f9
Made .well-known for lnurlp
...
https://guides.getalby.com/user-guide/alby-account-and-browser-extension/alby-account/use-your-lightning-address/own-domain
2024-12-12 23:08:38 -05:00
23de2ed5a2
Rename home manager user settings files
2024-12-08 08:52:33 -05:00
46a93a4814
Add missing keys
2024-12-08 00:51:22 -05:00
d72f1264b2
NixOS restructuring, move common imports to lib
2024-12-08 00:47:47 -05:00
eead479245
Pass inputs around instead of each individual input
2024-12-04 21:39:03 -05:00
16f492663d
Reenable COSMIC
...
The fixing of nixpkgs unbroke COSMIC for me. I found the issue a while
back thanks to an error message it provided.
2024-12-04 06:56:03 -05:00
78ca5583c2
Update syntax for systemd.network routes
2024-12-02 21:43:50 -05:00
1eb75018d3
Change Audiobookshelf mountpoint to service's default
...
This is being done as a step before moving to the nix version of ABS.
That change would be included here too, but I ran into a bug:
```
[2024-12-02 19:53:46.433] FATAL: [Server] Unhandled rejection: [Error: EACCES: permission denied, mkdir '/metadata'] {
errno: -13,
code: 'EACCES',
syscall: 'mkdir',
path: '/metadata'
}
promise: Promise {
<rejected> [Error: EACCES: permission denied, mkdir '/metadata'] {
errno: -13,
code: 'EACCES',
syscall: 'mkdir',
path: '/metadata'
}
}
```
No idea why yet so the container lives on.
To setup the mountpoint, I ran `zfs set mountpoint=legacy
orico/audiobookshelf` and created the directory used as the mount in the
`fileSystems` section.
2024-12-02 21:43:50 -05:00
db7c1a22b1
Remove Tandoor - replaced with Mealie
2024-12-02 21:43:50 -05:00
6e55d662af
Update Audiobookshelf container
2024-12-02 21:43:50 -05:00
131341f50e
Nix 24.11 brings Nextcloud 30!
2024-12-02 21:43:50 -05:00
62569cd3b7
Update setting name for nix 24.11: opengl --> graphics
2024-12-02 21:43:50 -05:00
bae990279c
Replace absolute path /home
...
In 24.11 this is no longer allowed but is easy to grab from config
2024-12-02 21:43:50 -05:00
deae6df6f6
24.11 removes the sound.enable setting
2024-12-02 21:43:50 -05:00
4713174bb6
Merge pull request #462 from genebean/immich_backup
...
A whole mess of changes to nixnuc
2024-12-02 07:02:07 -05:00