747b2880f2
Add Filezilla
...
Some files are a pain to rsync / scp... this makes it super easy
2024-12-28 21:31:11 -05:00
3dc5e196ac
Add audio cd ripping tools
2024-12-28 21:30:24 -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
7695adc997
Add tool named tldr
2024-12-23 10:35:34 -05:00
c4844a7f85
Merge pull request #470 from genebean/albyhub
...
Setup albyhub
2024-12-17 13:35:36 -05:00
4eca3364dd
Setup albyhub
2024-12-17 13:35:00 -05:00
a3bc876ca8
Merge pull request #469 from genebean/nixdiff
...
Enhance nixdiff alias on Mac to represent reality
2024-12-17 10:57:00 -05:00
e1f04a6877
Enhance nixdiff alias on Mac to represent reality
...
On macOS, nix-darwin and nix-homebrew are used. As a result, more than
just `nvd` is needed.
2024-12-17 10:55:41 -05:00
71f4c1b8ca
Merge pull request #468 from genebean/public-jellyfin-again
...
Reconfigure Jellyfin proxy
2024-12-17 10:33:48 -05:00
e7d890908d
Reconfigure Jellyfin proxy
2024-12-17 10:32:46 -05:00
240aa9d239
Merge pull request #467 from genebean/flake-update
...
Ran flake update
2024-12-16 08:05:41 -05:00
5331d1be4f
Ran flake update
2024-12-16 08:02:52 -05:00
89bdd8a150
Merge pull request #466 from genebean/custom-lightningaddress
...
Made .well-known for lnurlp
2024-12-12 23:10:07 -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
5b5c1e9e8d
Nix flake update
2024-12-12 23:08:38 -05:00
f36577cb9d
Merge pull request #465 from genebean/flake-restructuring
...
Restructuring of my flake
2024-12-08 19:31:44 -05:00
97c8f1bd74
README update
2024-12-08 19:03:17 -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
f95cc09e13
Restructure Darwin configuration
...
So far, this is just based on mightymac. The other devices will be
updated soon.
2024-12-07 23:18:12 -05:00
ce3a1b5e20
Move Darwin code to library
2024-12-07 18:28:03 -05:00
dc7552396f
Update flake while moving macOS to nix 24.11
2024-12-07 18:26:33 -05:00
fcfc7be520
More work to just pass around inputs
2024-12-04 22:21:39 -05:00
5ebae303c8
Add helpers for nix upkeep
2024-12-04 22:21:00 -05:00
dd44a1f37e
mylib --> localLib... naming is hard
2024-12-04 21:51:20 -05:00
ce4262d2e2
Rename nixosHostConfig to mkNixosHost
2024-12-04 21:49:04 -05:00
9715c97ac6
Move common nixpkgs settings to a module
2024-12-04 21:43:26 -05:00
6318b773df
Pass around less stuff
2024-12-04 21:39:16 -05:00
eead479245
Pass inputs around instead of each individual input
2024-12-04 21:39:03 -05:00
e1d4cddda0
Move nixosHostConfig out of flake.nix
2024-12-04 08:44:52 -05:00
537dbf0b82
Some playground bits for trying restructuring
2024-12-04 06:58:43 -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
087a6fe757
Stop redefining nixpkgs on NixOS
2024-12-04 06:54:47 -05:00
ba91e6b0ca
Merge pull request #464 from genebean/cleanup
...
Cleaning out the cobwebs
2024-12-02 21:54:05 -05:00
54f7f9a6f2
Cleaning out the cobwebs
2024-12-02 21:53:20 -05:00
5d5985bb27
Merge pull request #463 from genebean/nix-24.11
...
nix 24.11
2024-12-02 21:48:14 -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
e27c1c4804
Remove unknown setting while updating to nix 24.11
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
c4844f0859
Update flake to nix and home manager 24.11
2024-12-02 07:09:41 -05:00