Commit graph

52 commits

Author SHA1 Message Date
082253c7cb
turn all files into functions 2024-09-01 22:51:32 +02:00
7ec8512531
add olm to insecure packages on da server (for some reason) 2024-08-25 22:33:45 +02:00
bc0975b564
remove regresshion workaround 2024-08-25 22:19:24 +02:00
41093e8b74
get rid of all withs in the entire flake 2024-08-25 20:17:14 +02:00
0949a6c42b
fix pipewire camera workaround 2024-08-08 11:07:58 +02:00
47de34e1d4
add wireplumber fix
https://www.reddit.com/r/linux/comments/1em8biv/psa_pipewire_has_been_halving_your_battery_life/

thanks vaxry :3
2024-08-07 23:17:38 +02:00
d41680f877
whoops that's in git xd 2024-08-06 17:47:06 +02:00
f4f8c31a4e
add forks dir to syncthing 2024-08-06 17:47:06 +02:00
bf1967a28d
initial hape test 2024-08-06 17:46:57 +02:00
2934d74517
fix lib.options inherits xd 2024-07-25 11:45:44 +02:00
80c18dd55d
remove lib.mdDoc 2024-07-24 18:49:33 +02:00
17d8c16196
major cleanup in inherits 2024-07-24 18:47:53 +02:00
18eb83e303
wtf 2024-07-24 16:30:22 +02:00
50adb4d46d
remove swww from gtkgreet 2024-07-24 13:43:31 +02:00
09b862349f
major cleanup 2024-07-16 00:26:09 +02:00
e77f94eb0f
clear screen with bg color in gtkgreet 2024-07-10 23:01:19 +02:00
0ce061fa31
switch to getExe and getExe' throughout the config 2024-07-05 00:41:59 +02:00
427333c2aa
workaround for the cve
https://github.com/NixOS/nixpkgs/pull/323753#issuecomment-2199762128
2024-07-01 13:21:26 +02:00
b898a9b5fc
move todo file to Notes 2024-06-15 21:33:50 +02:00
abe78cb6c1
add TODO dir to syncthing 2024-06-08 18:16:56 +02:00
36e693c393
add rimworld to syncthing 2024-06-04 01:57:02 +02:00
85d44f87cf
add cool directory to syncthing 2024-05-13 22:55:41 +02:00
f96cfb5bd6
minor cleanup 2024-05-09 18:51:15 +02:00
0ec34d7f5f
get rid of with lib; treewide 2024-05-05 12:38:40 +02:00
862a33d976
add musicDirectory option to the mpd module 2024-04-27 22:55:26 +02:00
a17e2d62a0
add osu stable to syncthing 2024-04-19 01:07:13 +02:00
9137361f8a
general cleanup 2024-04-14 18:49:29 +02:00
2a417a0852
add the poz to syncthing 2024-04-09 01:44:39 +02:00
dd078d9c07
thanks raf (also fuck you raf) 2024-04-05 22:59:32 +02:00
e342dca835
add prism launcher folder to syncthing 2024-04-04 14:06:58 +02:00
dc23f9fe14
update niks id 2024-04-04 13:00:56 +02:00
8f2764f735
fix keepass folder typo 2024-04-04 12:54:17 +02:00
da1412e2ae
add del id 2024-04-04 12:51:18 +02:00
cbe2923503
uncomment all the shit after installing syncthing on all machines 2024-04-04 12:49:59 +02:00
c0801f0a0b
make caddy only turn on on a server 2024-04-04 12:41:54 +02:00
142cc28acc
some initial syncthing work
no idea if this works
2024-04-04 12:24:31 +02:00
0f70ec9680
remove waybar module and make each host define it themselves
this will be cleaner anyway once I move to quickshell
2024-03-09 14:25:42 +01:00
a9584581e6
oops lol !!!! #2 2024-03-06 12:21:02 +01:00
7d9edd29c7
oops lol !!!! 2024-03-06 12:13:21 +01:00
f52134322c
rework the ssh module to use the publicKey directly 2024-03-06 12:11:58 +01:00
eac5089356
use pubkeys in ssh modules and make hostAliases {} by default 2024-03-06 12:03:08 +01:00
7bde656c9f
ssh-agent (this shit is crazy read the whole commit message)
so first when I wanted to configure ssh to use the correct keys by
default I found some guide that used IdentitiesOnly yes so I used it
too without even knowing what it does

then later when I wanted to nix my ssh config I noticed that it's set to
true and didn't know what it does so I read the manpage

I wrote the description of the `indentitiesOnly` option of my wrapper
module based on that but I didn't really understand what it actually
does

well, as you can see in the commit history, a day or two ago (forgot) I
started using an ssh key to sign my commits and to make things even more
convenient I moved all of my private ssh keys to my keepassxc database
as attachments

I tested it on my main laptop and everything worked fine but on that
laptop all the keys were still in ~/.ssh as I didn't just want to
immediately delete them and risk losing any

well that's what hid this bug - on the main laptop when pushing, it just
used the keys in ~/.ssh, which I don't have on this laptop (the one I
take to classes) because, well, I did this not to have to copy both the
keepassxc database and ~/.ssh between machines - I only copied the
keepassxc database as it had all the keys in it

well turns out with the config before this commit, it would only try to
use keys in ~/.ssh which aren't - and won't - be here so it failed

this option makes it actually use keys supplied by ssh-agent, which
keepassxc acts as and is the only way to get them in the current setup
2024-03-05 17:43:10 +01:00
cd8f5e7778 sign test #6 2024-03-03 02:25:43 +01:00
6244018977
move asusd to options 2024-03-02 23:26:37 +01:00
801b40a42b
I hope this changes something 2024-03-02 16:17:16 +01:00
59febb2149
move the config' arg to a custom module (big)
shoutout to raf for pointing out how retarded this was
this was needed very much
2024-02-29 00:29:56 +01:00
d172cfcb68
add port to ssh module 2024-02-05 22:24:04 +01:00
63c49e592c
feat: massive 2023-11-25 17:12:09 +01:00
7a098a90cd
fix: pipewire module and other minor fixes 2023-10-13 23:18:35 +02:00
6306a80189
feat: massive 2023-10-13 21:04:24 +02:00