Commit graph

2083 commits

Author SHA1 Message Date
teutat3s 7869e62028
Bump flake.lock 2023-05-13 18:45:56 +02:00
teutat3s e7ce8e1fb4
deploy-rs: use nixpkgs version, avoid rebuilding
https://github.com/serokell/deploy-rs/pull/207
https://github.com/serokell/deploy-rs/issues/163
2023-05-13 18:43:12 +02:00
teutat3s 0c8763808a
flake: update inputs
• Updated input 'agenix':
    'github:ryantm/agenix/b7ffcfe77f817d9ee992640ba1f270718d197f28' (2023-01-31)
  → 'github:ryantm/agenix/2994d002dcff5353ca1ac48ec584c7f6589fe447' (2023-04-21)
• Updated input 'darwin':
    'github:LnL7/nix-darwin/87b9d090ad39b25b2400029c64825fc2a8868943' (2023-01-09)
  → 'github:LnL7/nix-darwin/252541bd05a7f55f3704a3d014ad1badc1e3360d' (2023-05-10)
• Updated input 'deploy':
    'github:serokell/deploy-rs/8c9ea9605eed20528bf60fae35a2b613b901fd77' (2023-01-19)
  → 'github:serokell/deploy-rs/c80189917086e43d49eece2bd86f56813500a0eb' (2023-05-11)
• Updated input 'home':
    'github:nix-community/home-manager/65c47ced082e3353113614f77b1bc18822dc731f' (2023-01-23)
  → 'github:nix-community/home-manager/f9edbedaf015013eb35f8caacbe0c9666bbc16af' (2023-04-10)
• Updated input 'latest':
    'github:nixos/nixpkgs/2caf4ef5005ecc68141ecb4aac271079f7371c44' (2023-01-30)
  → 'github:nixos/nixpkgs/897876e4c484f1e8f92009fd11b7d988a121a4e7' (2023-05-06)
• Updated input 'nixos':
    'github:nixos/nixpkgs/0218941ea68b4c625533bead7bbb94ccce52dceb' (2023-01-31)
  → 'github:nixos/nixpkgs/9656e85a15a0fe67847ee8cdb99a20d8df499962' (2023-05-12)
• Updated input 'nixos-hardware':
    'github:nixos/nixos-hardware/b7ac0a56029e4f9e6743b9993037a5aaafd57103' (2023-01-24)
  → 'github:nixos/nixos-hardware/81cd886719e10d4822b2a6caa96e95d56cc915ef' (2023-05-13)
2023-05-13 18:09:10 +02:00
teutat3s 70045c28ea
zsh: remove leftover files and traces of zsh usage
Move base16.zsh into XDG_DATA_HOME, rename to base16.sh
2023-05-06 15:27:33 +02:00
teutat3s ca5ed1ae69
zsh: remove leftover files and traces of zsh usage
Move base16.zsh into XDG_DATA_HOME, rename to base16.sh
2023-05-06 15:19:08 +02:00
teutat3s 438be193e8
ble.sh decrease completion timeout a bit more 2023-05-05 18:42:50 +02:00
teutat3s 9930808f77
starship: prepare username@hostname prompt
Remove old toml file
2023-05-05 18:42:35 +02:00
teutat3s 24ed83b04c
sway: waybar: rice with new background image
Tweak waybar CSS styles
2023-05-05 18:39:35 +02:00
teutat3s 6bb6112bcc
ble.sh decrease completion timeout a bit more 2023-05-05 18:39:15 +02:00
teutat3s 7c6235512d
dumpyourvms: linux 6.4 remembers screen brightness
Using acpi_video0 for changing the brightness with keyboard hotkeys
2023-05-05 18:39:05 +02:00
teutat3s 17cd75d4d8
nvfetcher: update 2023-05-05 18:35:02 +02:00
teutat3s 5b44e97088
lint: exclude file generated by nvfetcher
Fix pre-commit hook to only format staged files
2023-05-05 18:32:40 +02:00
teutat3s d4beafe4f0
Bump flake.lock 2023-05-05 18:15:23 +02:00
teutat3s c06e6d4cd1
dumpyourvms: linux 6.4 amdgpu switcheroo fixes 2023-05-05 18:13:19 +02:00
teutat3s c06c2c7fe9
starship: prepare username@hostname prompt
Remove old toml file
2023-05-05 18:11:04 +02:00
teutat3s d7d316bddb
dumpyourvms: mnx: cat: move to user teutat3s 2023-05-05 18:10:08 +02:00
teutat3s 69f842bd6e
core: experimental linux kernel version 6.4-rc0 2023-04-26 14:22:06 +02:00
teutat3s e7b03b9770
dumpyourvms: core: use linuxPackages_6_1 and add
check for kernel version for WiFi kernel module pre-sleep + post-sleep
hook
2023-04-26 12:54:38 +02:00
teutat3s 8f0790b6fd
pre-commit hook: only format modified lines
instead of entire files
2023-04-26 12:49:44 +02:00
teutat3s aa1c31dcc2
ryzensun: increase console font size for HiDPI display 2023-04-26 12:12:23 +02:00
teutat3s 36c2ea205b
Bump flake.lock
• Updated input 'latest':
    'github:nixos/nixpkgs/6c43a3495a11e261e5f41e5d7eda2d71dae1b2fe' (2023-04-22)
  → 'github:nixos/nixpkgs/e78d25df6f1036b3fa76750ed4603dd9d5fe90fc' (2023-04-23)
• Updated input 'master':
    'github:nixos/nixpkgs/1c7579605bc7730e7d88539704aa1b467952c9bd' (2023-04-24)
  → 'github:nixos/nixpkgs/de91114b6178d85db143d846228edd1d5c1e19d6' (2023-04-24)
2023-04-25 02:25:37 +02:00
b12f f4c509b3de
Merge pull request 'docker-ci-runner: fix stop hanging for 120s' (#217) from fix/ci-runner-docker-stop into main
Reviewed-on: pub-solar/os#217
Reviewed-by: b12f <hello@benjaminbaedorf.eu>
2023-04-24 12:51:07 +02:00
teutat3s d36f1e7d9c
flake: bump tritonshell input lock
• Updated input 'tritonshell':
    'git+https://git.greenbaum.cloud/dev/tritonshell?ref=main&rev=054140b3a7b79663b9831923832d43ac0b829be4' (2023-04-15)
  → 'git+https://git.greenbaum.cloud/dev/tritonshell?ref=main&rev=509d92569e8408ca72df5a126a3edfa8b43cbf93' (2023-04-21)
2023-04-21 23:17:58 +02:00
teutat3s 573a45db0b
Bump flake.lock
• Updated input 'latest':
    'github:nixos/nixpkgs/555daa9d339b3df75e58ee558a4fec98ea92521e' (2023-04-18)
  → 'github:nixos/nixpkgs/645bc49f34fa8eff95479f0345ff57e55b53437e' (2023-04-19)
• Updated input 'nixos':
    'github:nixos/nixpkgs/cd749f58ba83f7155b7062dd49d08e5e47e44d50' (2023-04-17)
  → 'github:nixos/nixpkgs/3d302c67ab8647327dba84fbdb443cdbf0e82744' (2023-04-19)
2023-04-21 12:10:12 +02:00
teutat3s c0ed1b8259
dumpyourvms: add fortinet SSL VPN 2023-04-20 14:45:24 +02:00
teutat3s 4c454c83a5
teutat3s: add 1password, overrides slack,1password 2023-04-19 15:09:11 +02:00
teutat3s 2ce4f913aa
teutat3s: add slack 2023-04-18 10:41:15 +02:00
teutat3s 55f339359d
Bump flake.lock
• Updated input 'latest':
    'github:nixos/nixpkgs/abe7316dd51a313ce528972b104f4f04f56eefc4' (2023-04-14)
  → 'github:nixos/nixpkgs/f00994e78cd39e6fc966f0c4103f908e63284780' (2023-04-17)
• Updated input 'nixos':
    'github:nixos/nixpkgs/fda0d99c2cbbb5c89d8855d258cb0821bd9113ad' (2023-04-14)
  → 'github:nixos/nixpkgs/de66115c552acc4e0c0f92c5a5efb32e37dfa216' (2023-04-17)
2023-04-18 10:36:51 +02:00
teutat3s ed532fa271
Merge pull request 'modules/networking: Use mkDefault for caddy config' (#220) from networking-mkDefault into main
Reviewed-on: pub-solar/os#220
Reviewed-by: teutat3s <teutates@mailbox.org>
2023-04-17 20:16:48 +02:00
Akshay Mankar 91353938af
modules/networking: Use mkDefault for caddy config 2023-04-17 20:05:42 +02:00
teutat3s 24587194e9
docker-ci-runner: fix stop hanging for 120s 2023-04-17 14:42:42 +02:00
teutat3s 19785f035c
docker-ci-runner: fix stop hanging for 120s 2023-04-15 21:13:45 +02:00
teutat3s d8d46a4c28
flake: remove nix-autobahn, bump flake.lock 2023-04-15 21:13:27 +02:00
teutat3s 6e870529da
Merge branch 'main' into feature/bash-blesh-starship 2023-04-15 19:22:50 +02:00
teutat3s fcd65dc34a
bash: want CTRL+c to cancel and discard current
line when in ble.sh vim insert mode
2023-04-15 19:06:58 +02:00
teutat3s 029be00eab
Merge pull request 'cachix: remove unused binary caches' (#209) from cachix/remove-unused-caches into main
Reviewed-on: pub-solar/os#209
Reviewed-by: hensoko <hensoko@gssws.de>
2023-04-15 19:03:51 +02:00
teutat3s 76d8af7c3a
Merge pull request 'audio: disable useless bluetooth sap plugin' (#208) from audio/disable-bluetooth-sap-plugin into main
Reviewed-on: pub-solar/os#208
Reviewed-by: hensoko <hensoko@gssws.de>
2023-04-15 19:01:55 +02:00
teutat3s 9f7d209392
Merge pull request 'flake: pull in changes from digga upstream' (#207) from upstream/digga-changes into main
Reviewed-on: pub-solar/os#207
Reviewed-by: hensoko <hensoko@gssws.de>
2023-04-15 18:59:02 +02:00
teutat3s 6547aa92cf
bash: want CTRL+c to cancel and discard current
line when in ble.sh vim insert mode
2023-04-15 12:44:45 +02:00
teutat3s cf59251f06
dumpyourvms: disable mDNS in systemd-resolved,
we use avahi for mDNS
2023-04-15 12:43:56 +02:00
teutat3s 028e148374
Bump flake.lock 2023-04-15 12:43:46 +02:00
teutat3s 168e3d7944
nvfetcher: bump versions 2023-04-15 12:43:28 +02:00
teutat3s 1e1d8c68ef
teutat3s: add zoom-us 2023-04-11 14:46:20 +02:00
teutat3s 650fd97d03
Bump flake.lock 2023-04-11 14:46:02 +02:00
teutat3s ab7ff779cc
Bump flake.lock 2023-04-08 13:56:06 +02:00
teutat3s 0bd3cf9c33
Bump flake.lock 2023-04-07 16:01:43 +02:00
teutat3s cbf3c81b32
dumpyourvms: add OpenVPN config for CaT 2023-04-07 16:01:21 +02:00
teutat3s 8939568d7c
teutat3s: add cockroach-bin 2023-04-07 16:00:19 +02:00
teutat3s bc519e213d
crypto: add fwknop to installed packages 2023-04-07 15:57:40 +02:00
teutat3s 864f38920f
docs: mention ci deployment for momo/main branch 2023-03-28 14:31:48 +02:00