Commit graph

205 commits

Author SHA1 Message Date
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
37767ced3c
update mail to proton.me 2024-04-27 23:25:42 +02:00
862a33d976
add musicDirectory option to the mpd module 2024-04-27 22:55:26 +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
82565454d5
add zed 2024-04-25 20:19:02 +02:00
221cca7551
actually import quickshell on niks 2024-04-21 23:09:40 +02:00
f72f33b491
add hw-probe on both laptops 2024-04-18 17:35:54 +02:00
fc682bace1
disable nano (nvim is better) 2024-04-18 16:29:53 +02:00
0418d3868a
broken ass fucking module stupid piece of garbage 2024-04-18 00:39:46 +02:00
75156f9d83
move quickshell config to separate dir in hosts 2024-04-18 00:31:23 +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
82a6a0c44b
add quickshell powermenu 2024-04-15 00:31:19 +02:00
a999fb3e42
remove obsolete armcord enable options 2024-04-14 18:50:00 +02:00
9137361f8a
general cleanup 2024-04-14 18:49:29 +02:00
edf706a481
whoops forgot to add this 2024-04-14 11:08:58 +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
93e6e424a7
add rnote on niks since syncthing is up
I can sync my notes and then read them here :333
2024-04-13 21:48:04 +02:00
87f3b104f6
add gnuplot (more like goatplot am I right hehe) 2024-04-08 23:50:57 +02:00
2736c650ff
remove the xz thing (I'm back on 5.4.6) 2024-04-06 20:00:45 +02:00
cd6faba183
put btrfs scrub into options and enable it on me server 2024-04-06 19:59:23 +02:00
d6586688ce
fix waybar clock module
https://github.com/Alexays/Waybar/issues/3021

quickshell soon I promise
2024-04-04 16:34:46 +02:00
142cc28acc
some initial syncthing work
no idea if this works
2024-04-04 12:24:31 +02:00
4696174cb7
oops :PPP 2024-04-03 22:02:42 +02:00
9b3a8c7d24
add the godforsaken plugin to extraPlugins on niks 2024-04-03 22:01:09 +02:00
7bcd56149d
add module with possible mitigations to the xz backdoor 2024-03-31 10:39:46 +02:00
7c2d547411
add random mac option 2024-03-29 19:58:11 +01:00
db13a92fbf
install hashcat on niks
running it on my underpowered dell made oomd act up and at some point it
killed motherfucking dbus and systemd before hashcat itself

ended up not working at all so gonna try it here
2024-03-20 22:38:47 +01: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
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
cd09734f40
add back svn :-( 2024-03-11 18:10:23 +01:00
ef97bd4225
add bat 2024-03-11 00:52:23 +01:00
a3658aac03
remove nyxt 2024-03-09 14:31:19 +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
b649fb96b2
add duf 2024-03-07 21:50:16 +01:00
1c003fcd70
add pciutils to niks 2024-03-07 14:48:01 +01:00
237dbd9422
update aur key (I have not used the aur in months) 2024-03-06 18:40:53 +01:00
e53239c53b
fix the ssh module thing on niks too 2024-03-06 12:23:09 +01:00
d9eda141f3
Merge remote-tracking branch 'refs/remotes/origin/master' 2024-03-06 12:04:15 +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
74c30e4df4
@kamilastoch 2024-03-04 21:25:23 +01:00
1cdc94df33
I actually forgot to make the key configurable what is wrong with me 2024-03-03 09:46:45 +01:00
6244018977
move asusd to options 2024-03-02 23:26:37 +01:00
f1d559de88
disable power supply script on niks for now 2024-03-02 16:19:29 +01:00