updates people, updates!

This commit is contained in:
Schrottkatze 2023-11-07 08:05:47 +01:00
parent bc52fce5db
commit a6dbb351ef
9 changed files with 32 additions and 10 deletions

View file

@ -33,7 +33,7 @@ with builtins;
jdk libsecret gh nix-prefetch-scripts fzf glab ripgrep jdk libsecret gh nix-prefetch-scripts fzf glab ripgrep
sl lolcat appimage-run git-crypt file whois p7zip file nmap cmatrix tree sl lolcat appimage-run git-crypt file whois p7zip file nmap cmatrix tree
socat smartmontools mprocs socat smartmontools mprocs
dig aria2 usbutils dig aria2 usbutils numbat
]; ];
}; };

View file

@ -53,10 +53,12 @@ in {
device = "DELL081C:00 044E:121F Mouse"; device = "DELL081C:00 044E:121F Mouse";
sensitivity = 255; sensitivity = 255;
}; };
hardware.usbWwan.enable = true;
hardware.usb-modeswitch.enable = true;
systemd.services."ModemManager".enable = true; systemd.services."ModemManager".enable = true;
systemd.services."ModemManager".wants = [ "NetworkManager.service" ]; systemd.services."ModemManager".wants = [ "NetworkManager.service" ];
systemd.services."ModemManager".wantedBy = [ "multi-user.target" ]; systemd.services."ModemManager".wantedBy = [ "multi-user.target" ];
programs.wireshark.enable = true; programs.wireshark.enable = true;
boot.resumeDevice = "/dev/disk/by-uuid/4f9e8afa-f8d7-40bf-b3ea-17e8e8fbb694"; boot.resumeDevice = "/dev/disk/by-uuid/4f9e8afa-f8d7-40bf-b3ea-17e8e8fbb694";

View file

@ -1,5 +1,8 @@
build:
sudo nixos-rebuild switch --flake . --impure
test: test:
sudo nixos-rebuild test --flake . --impure sudo nixos-rebuild test --flake . --impure
build: update:
sudo nixos-rebuild switch --flake . --impure nix flake update --commit-lock-file

View file

@ -202,9 +202,6 @@ in with lib; {
yt-dlp yt-dlp
argyllcms
displaycal
# carapace completer # carapace completer
carapace carapace

View file

@ -41,6 +41,28 @@ in {
"10.31.208.9" = [ "10.31.208.9" = [
"mqtt.z9" "mqtt.z9"
]; ];
"10.31.208.10" = [
"club-assistant.ccchh.net"
];
"10.31.208.23" = [
"light.z9"
"light.ccchh.net"
];
"10.31.210.31" = [
"octopi.z9.ccchh.net"
];
"10.31.210.33" = [
"wled-kueche.z9.ccchh.net"
];
"10.31.210.34" = [
"wled-serverschrank.z9.ccchh.net"
];
"10.31.208.25" = [
"zigbee2mqtt.ccchh.net"
];
"10.31.208.24" = [
"esphome.ccchh.net"
];
}; };
}; };
environment.etc = (with builtins; ( environment.etc = (with builtins; (

View file

@ -2,7 +2,7 @@
{ {
config = { config = {
fonts.fonts = with pkgs; [ fonts.packages = with pkgs; [
atkinson-hyperlegible atkinson-hyperlegible
]; ];
home-manager.users.jade = { pkgs, ... }: { home-manager.users.jade = { pkgs, ... }: {

View file

@ -151,7 +151,6 @@ $env.config = {
} }
cd: { cd: {
abbreviations: true # allows `cd s/o/f` to expand to `cd some/other/folder`
} }
table: { table: {

0
other/scripts/desktop/window-screenshot.nu Normal file → Executable file
View file

View file

@ -17,7 +17,6 @@ def main [
curl mqtt://mqtt.z9/winkekatze/katz9/eye/set -d (rand-color); curl mqtt://mqtt.z9/winkekatze/katz9/eye/set -d (rand-color);
curl mqtt://mqtt.z9/winkekatze/Viktoria/eye/set -d (rand-color); curl mqtt://mqtt.z9/winkekatze/Viktoria/eye/set -d (rand-color);
curl mqtt://mqtt.z9/winkekatze/allcats -d 'wink'; curl mqtt://mqtt.z9/winkekatze/allcats -d 'wink';
mullvad connect;
date now | save '/var/lib/ccchh-winken/last' -f; date now | save '/var/lib/ccchh-winken/last' -f;
} }