Commit graph

68 commits

Author SHA1 Message Date
f68742a003
move wireshark to separate file 2024-06-04 12:26:27 +02:00
e187ddd029
enable thermald on del 2024-06-03 21:08:40 +02:00
b62e014084
switch to upstream (nix support merged !!) 2024-06-03 21:03:35 +02:00
ca353faf97
switch from rot8 to iio-hyprland 2024-05-23 21:33:46 +02:00
5fe0170cd1
add hardware module with monitors 2024-05-09 18:15:08 +02:00
0380c08131
move firefox stuff to separate file 2024-05-08 21:23:59 +02:00
acf72b68ab
switch the update alias to nh 2024-05-08 21:12:27 +02:00
b9a727e049
add nh module and shit 2024-05-08 20:49:06 +02:00
db1377cdd8
move v4l2 stuff to options 2024-05-08 19:47:57 +02:00
326622b711
some package cleanup (most likely more to come) 2024-05-05 18:01:34 +02:00
9dbc7f0450
merge all programs 2024-05-03 18:20:56 +02:00
953c9a3526
move git stuff to separate file 2024-05-03 18:13:14 +02:00
e70c0f552f
move ssh related stuff to a separate file 2024-05-03 17:58:30 +02:00
b9fb2c3202
move all usage of the system module to system.nix 2024-05-03 17:46:37 +02:00
81e9cf47e6
add timezone option 2024-05-03 17:44:01 +02:00
7b61252f9a
update wallpapers 2024-04-30 11:57:45 +02:00
ef85c9a6e5
move del hyprland settings to extraSettings 2024-04-28 21:33:31 +02:00
37767ced3c
update mail to proton.me 2024-04-27 23:25:42 +02:00
be044fc17b
disable mpd on del 2024-04-27 22:55:45 +02:00
8a9b1c667f
get rid of the osu module because I moved to lazer!! 2024-04-27 19:47:08 +02:00
99c015bb2d
add zoxide 2024-04-25 20:20:24 +02:00
aee4459655
add enabledConfigs to the quickshell module
thank you diniamo for that filterAttrs line you're the actual goat
2024-04-15 23:20:04 +02:00
a999fb3e42
remove obsolete armcord enable options 2024-04-14 18:50:00 +02:00
63f48d283c
move waydroid to options 2024-04-14 11:08:30 +02:00
76a4d71127
update flake 2024-04-13 22:19:45 +02:00
f658a55d17
disable ipu6 on del (non-existent drivers for my camera) 2024-04-13 21:50:24 +02:00
677497271a
make the video kernel param correct on del 2024-04-07 17:28:50 +02:00
cd6faba183
put btrfs scrub into options and enable it on me server 2024-04-06 19:59:23 +02:00
142cc28acc
some initial syncthing work
no idea if this works
2024-04-04 12:24:31 +02:00
6c5c483b6a
remove intel-compute-runtime from del
I got past the hashcat exercises by running them on my main laptop :-)
2024-04-01 21:51:34 +02:00
0a443eb8e7
add modemmanager config for del 2024-04-01 21:50:57 +02:00
58124e27eb
add tramwaj to ssh hostAliases on both hosts 2024-03-20 08:09:28 +01:00
c799dd663c
fully switch to hyprlock :3 2024-03-19 23:56:54 +01:00
63538d0edd
hypr rework 2024-03-19 23:45:26 +01:00
faea00845a
remove startup sound on del
I've had so many times when it played on a lecture
2024-03-19 23:41:41 +01:00
591e448066
add opencl on del for hashcat 2024-03-19 19:45:15 +01:00
5aab44e57f
Merge remote-tracking branch 'refs/remotes/origin/master' 2024-03-19 12:33:58 +01:00
0e36f95783
enable waydroid on del 2024-03-19 12:32:36 +01:00
950227cc9d
add wireshark to del 2024-03-19 12:32:09 +01:00
2f14b6d5d2
remove gpg pinentry config
something changed and I don't use it anymore anyway
2024-03-14 16:02:12 +01:00
7454800aaf
update kik ssh host aliases 2024-03-13 18:25:41 +01: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
237dbd9422
update aur key (I have not used the aur in months) 2024-03-06 18:40:53 +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
1cdc94df33
I actually forgot to make the key configurable what is wrong with me 2024-03-03 09:46:45 +01:00
90717bd4a3
better™️ 2024-03-01 00:39:36 +01:00
721ea550e4
move psd to firefox module 2024-02-29 01:51:39 +01:00
f186913663
move mullvad-vpn to options/ 2024-02-29 01:49:37 +01:00