Search
1000 results for “adingbatponder”
-
@stadtkind @edwtjo Thanks for the input. FYI this is my playbook for this #git #nixos #flake synch / reconciliation process when two flakes have deviated and you want to make them the same by using a repo, e.g. codeberg , as the single source of truth. The solution uses the branch main on the main computer which has the main flake that should be up to date always, & a branch on the other machine named after the machine. The other machine will always commit to its branch https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/docs/git-flake-reconciliation.md
-
@stadtkind @edwtjo Thanks for the input. FYI this is my playbook for this #git #nixos #flake synch / reconciliation process when two flakes have deviated and you want to make them the same by using a repo, e.g. codeberg , as the single source of truth. The solution uses the branch main on the main computer which has the main flake that should be up to date always, & a branch on the other machine named after the machine. The other machine will always commit to its branch https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/docs/git-flake-reconciliation.md
-
@stadtkind @edwtjo Thanks for the input. FYI this is my playbook for this #git #nixos #flake synch / reconciliation process when two flakes have deviated and you want to make them the same by using a repo, e.g. codeberg , as the single source of truth. The solution uses the branch main on the main computer which has the main flake that should be up to date always, & a branch on the other machine named after the machine. The other machine will always commit to its branch https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/docs/git-flake-reconciliation.md
-
@stadtkind @edwtjo Thanks for the input. FYI this is my playbook for this #git #nixos #flake synch / reconciliation process when two flakes have deviated and you want to make them the same by using a repo, e.g. codeberg , as the single source of truth. The solution uses the branch main on the main computer which has the main flake that should be up to date always, & a branch on the other machine named after the machine. The other machine will always commit to its branch https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/docs/git-flake-reconciliation.md
-
@stadtkind @edwtjo Thanks for the input. FYI this is my playbook for this #git #nixos #flake synch / reconciliation process when two flakes have deviated and you want to make them the same by using a repo, e.g. codeberg , as the single source of truth. The solution uses the branch main on the main computer which has the main flake that should be up to date always, & a branch on the other machine named after the machine. The other machine will always commit to its branch https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/docs/git-flake-reconciliation.md
-
#NixOS out-of-tree #kernel module for #Apple #CirrusLogic #CS8409 #codec + #TAS5764L amp. The mainline #driver only supports Dell. The file below packages davidjo/snd_hda_macbookpro as a #Nix #derivation. Now the #sound on my old #imac running #linux #nixos seem to work. It did not work before. Tested on #iMac2017 27" (iMac18,x), kernel 6.17, #RadeonRX580. https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/packages/snd-hda-codec-cs8409-apple/default.nix Disclaimer: the solution was taken from the references cited in the default.nix file & implemented using #ClaudeCode.
-
#NixOS out-of-tree #kernel module for #Apple #CirrusLogic #CS8409 #codec + #TAS5764L amp. The mainline #driver only supports Dell. The file below packages davidjo/snd_hda_macbookpro as a #Nix #derivation. Now the #sound on my old #imac running #linux #nixos seem to work. It did not work before. Tested on #iMac2017 27" (iMac18,x), kernel 6.17, #RadeonRX580. https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/packages/snd-hda-codec-cs8409-apple/default.nix Disclaimer: the solution was taken from the references cited in the default.nix file & implemented using #ClaudeCode.
-
#NixOS out-of-tree #kernel module for #Apple #CirrusLogic #CS8409 #codec + #TAS5764L amp. The mainline #driver only supports Dell. The file below packages davidjo/snd_hda_macbookpro as a #Nix #derivation. Now the #sound on my old #imac running #linux #nixos seem to work. It did not work before. Tested on #iMac2017 27" (iMac18,x), kernel 6.17, #RadeonRX580. https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/packages/snd-hda-codec-cs8409-apple/default.nix Disclaimer: the solution was taken from the references cited in the default.nix file & implemented using #ClaudeCode.
-
#NixOS out-of-tree #kernel module for #Apple #CirrusLogic #CS8409 #codec + #TAS5764L amp. The mainline #driver only supports Dell. The file below packages davidjo/snd_hda_macbookpro as a #Nix #derivation. Now the #sound on my old #imac running #linux #nixos seem to work. It did not work before. Tested on #iMac2017 27" (iMac18,x), kernel 6.17, #RadeonRX580. https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/packages/snd-hda-codec-cs8409-apple/default.nix Disclaimer: the solution was taken from the references cited in the default.nix file & implemented using #ClaudeCode.
-
#NixOS out-of-tree #kernel module for #Apple #CirrusLogic #CS8409 #codec + #TAS5764L amp. The mainline #driver only supports Dell. The file below packages davidjo/snd_hda_macbookpro as a #Nix #derivation. Now the #sound on my old #imac running #linux #nixos seem to work. It did not work before. Tested on #iMac2017 27" (iMac18,x), kernel 6.17, #RadeonRX580. https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/packages/snd-hda-codec-cs8409-apple/default.nix Disclaimer: the solution was taken from the references cited in the default.nix file & implemented using #ClaudeCode.
-
@whoami Thank you for posting this talk about #hardening. Inspired me to take a look at #services on my various #nixos computers. Made a #dashboard detect where there might be room for improvement in hardening settings for #systemd #services. The dashboard is a #flakepart , info here https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/features/monitoring/SECURITY_MONITORING_README.md The flake part can be pulled into a flake alone, without the rest of the flake components, see https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/features/monitoring/Beginner_friendly_guide_to_incoroporating_monitoring_into_your_flake.md. The dashboard can help audit the settings & improve the hardening.
-
A #nixos #flake #part that lets a #grafana #dashboard be auto-added to any flake. Shows #psi #pressure #cgroups & #systemd processes.
https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/features/monitoring
(Handles existing #grafana installs: adds another #dashboard. Import tested on a few machines. Feedback or issue reports welcome.)
-
Background:
for my #homelab I set up #suricata in #nixos and have a functioning #ids #intrusiondetection system with a #grafana dashboard (#flake info here https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/commit/9ebc4cd68ba461b0baad990cbdd4a4ef50b57045/features/network-appliance/README.md ).
Preliminary plan:
I now want to go to and #ips #intrusionprevention system that blocks threats detected. Current plan is #nftables with #nfqueue but there is no GUI for that it seems, and it is a bit clunky and black-boxy.
Question: What are the more user-friendly options for an IPS front-end / GUI ?
Thanks! -
Made a transparent network bridge on #NixOS which sits between router & #LAN switch, monitoring traffic for #IDS #intrusiondetection , #Suricata and #Zeek capture and analyze packets → #Filebeat ships #logs → #Elasticsearch with #GeoIP ingest pipeline → #Grafana setup of dashboard to visualise data is defined in flake itself so using the flake will give the same dashboard. #flake details here https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/features/network-appliance
Hardware: HP EliteDesk 800 G1 SFF 16Gb RAM & https://www.jacob.de/produkte/Intel-Ethernet-Server-Adapter-I350-T4-I350T4V2-artnr-2094756.html #i350t4 -
Made a transparent network bridge on #NixOS which sits between router & #LAN switch, monitoring traffic for #IDS #intrusiondetection , #Suricata and #Zeek capture and analyze packets → #Filebeat ships #logs → #Elasticsearch with #GeoIP ingest pipeline → #Grafana setup of dashboard to visualise data is defined in flake itself so using the flake will give the same dashboard. #flake details here https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/features/network-appliance
Hardware: HP EliteDesk 800 G1 SFF 16Gb RAM & https://www.jacob.de/produkte/Intel-Ethernet-Server-Adapter-I350-T4-I350T4V2-artnr-2094756.html #i350t4 -
Made a transparent network bridge on #NixOS which sits between router & #LAN switch, monitoring traffic for #IDS #intrusiondetection , #Suricata and #Zeek capture and analyze packets → #Filebeat ships #logs → #Elasticsearch with #GeoIP ingest pipeline → #Grafana setup of dashboard to visualise data is defined in flake itself so using the flake will give the same dashboard. #flake details here https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/features/network-appliance
Hardware: HP EliteDesk 800 G1 SFF 16Gb RAM & https://www.jacob.de/produkte/Intel-Ethernet-Server-Adapter-I350-T4-I350T4V2-artnr-2094756.html #i350t4 -
Made a transparent network bridge on #NixOS which sits between router & #LAN switch, monitoring traffic for #IDS #intrusiondetection , #Suricata and #Zeek capture and analyze packets → #Filebeat ships #logs → #Elasticsearch with #GeoIP ingest pipeline → #Grafana setup of dashboard to visualise data is defined in flake itself so using the flake will give the same dashboard. #flake details here https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/features/network-appliance
Hardware: HP EliteDesk 800 G1 SFF 16Gb RAM & https://www.jacob.de/produkte/Intel-Ethernet-Server-Adapter-I350-T4-I350T4V2-artnr-2094756.html #i350t4 -
Made a transparent network bridge on #NixOS which sits between router & #LAN switch, monitoring traffic for #IDS #intrusiondetection , #Suricata and #Zeek capture and analyze packets → #Filebeat ships #logs → #Elasticsearch with #GeoIP ingest pipeline → #Grafana setup of dashboard to visualise data is defined in flake itself so using the flake will give the same dashboard. #flake details here https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/features/network-appliance
Hardware: HP EliteDesk 800 G1 SFF 16Gb RAM & https://www.jacob.de/produkte/Intel-Ethernet-Server-Adapter-I350-T4-I350T4V2-artnr-2094756.html #i350t4 -
#nixos boot error #gnome pop-up using #zenity that warns of boot errors, unless the error has already been classified by you as harmless the last time it appeared in the pop-up,
see #flake #module https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/modules/boot-error-notifications.nix
The errors are manually checked with #AI eg Claude before classifying them as irrelevant with a radio button & hiding them henceforth from appearing. If no boot errors, no pop-up. This #nixosaiflakehack was iteratively assisted by #claude . Spot bugs early when #tweakingflakes. -
#nixos boot error #gnome pop-up using #zenity that warns of boot errors, unless the error has already been classified by you as harmless the last time it appeared in the pop-up,
see #flake #module https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/modules/boot-error-notifications.nix
The errors are manually checked with #AI eg Claude before classifying them as irrelevant with a radio button & hiding them henceforth from appearing. If no boot errors, no pop-up. This #nixosaiflakehack was iteratively assisted by #claude . Spot bugs early when #tweakingflakes. -
#nixos boot error #gnome pop-up using #zenity that warns of boot errors, unless the error has already been classified by you as harmless the last time it appeared in the pop-up,
see #flake #module https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/modules/boot-error-notifications.nix
The errors are manually checked with #AI eg Claude before classifying them as irrelevant with a radio button & hiding them henceforth from appearing. If no boot errors, no pop-up. This #nixosaiflakehack was iteratively assisted by #claude . Spot bugs early when #tweakingflakes. -
#nixos boot error #gnome pop-up using #zenity that warns of boot errors, unless the error has already been classified by you as harmless the last time it appeared in the pop-up,
see #flake #module https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/modules/boot-error-notifications.nix
The errors are manually checked with #AI eg Claude before classifying them as irrelevant with a radio button & hiding them henceforth from appearing. If no boot errors, no pop-up. This #nixosaiflakehack was iteratively assisted by #claude . Spot bugs early when #tweakingflakes. -
#nixos boot error #gnome pop-up using #zenity that warns of boot errors, unless the error has already been classified by you as harmless the last time it appeared in the pop-up,
see #flake #module https://codeberg.org/adingbatponder/reticulum_nixos_flake/src/branch/main/modules/boot-error-notifications.nix
The errors are manually checked with #AI eg Claude before classifying them as irrelevant with a radio button & hiding them henceforth from appearing. If no boot errors, no pop-up. This #nixosaiflakehack was iteratively assisted by #claude . Spot bugs early when #tweakingflakes. -
#reticulum #rns in #nixos
A beta #flake that installs (amongst other things) #meshchat #reticulummeshchat and #nomadnet
https://codeberg.org/adingbatponder/reticulum_nixos_flake
#derivation #nixospackages
The flake was hammered out using chatGPT iteratively from a non-AI base flake. #reticulumnetworkstack #reticulumnetwork
See my take on the context and Why NixOS here: https://www.loramesh.org/#nixos -
#reticulum #rns in #nixos
A beta #flake that installs (amongst other things) #meshchat #reticulummeshchat and #nomadnet
https://codeberg.org/adingbatponder/reticulum_nixos_flake
#derivation #nixospackages
The flake was hammered out using chatGPT iteratively from a non-AI base flake. #reticulumnetworkstack #reticulumnetwork
See my take on the context and Why NixOS here: https://www.loramesh.org/#nixos -
#reticulum #rns in #nixos
A beta #flake that installs (amongst other things) #meshchat #reticulummeshchat and #nomadnet
https://codeberg.org/adingbatponder/reticulum_nixos_flake
#derivation #nixospackages
The flake was hammered out using chatGPT iteratively from a non-AI base flake. #reticulumnetworkstack #reticulumnetwork
See my take on the context and Why NixOS here: https://www.loramesh.org/#nixos -
#reticulum #rns in #nixos
A beta #flake that installs (amongst other things) #meshchat #reticulummeshchat and #nomadnet
https://codeberg.org/adingbatponder/reticulum_nixos_flake
#derivation #nixospackages
The flake was hammered out using chatGPT iteratively from a non-AI base flake. #reticulumnetworkstack #reticulumnetwork
See my take on the context and Why NixOS here: https://www.loramesh.org/#nixos -
#reticulum #rns in #nixos
A beta #flake that installs (amongst other things) #meshchat #reticulummeshchat and #nomadnet
https://codeberg.org/adingbatponder/reticulum_nixos_flake
#derivation #nixospackages
The flake was hammered out using chatGPT iteratively from a non-AI base flake. #reticulumnetworkstack #reticulumnetwork
See my take on the context and Why NixOS here: https://www.loramesh.org/#nixos -
A #nixos #flake that builds a #derivation that #package & install #nomadnet 0.1.0 & #meshchat 1.1.0 from #github python source code. For #reticulum #network. This is a beta work in progress, done using chatGPT iteratively, and is my first attempt at packaging something for nixos. Time will tell if this holds up. Uses python #setuptools & #buildPythonPackage
#lxmf ver 0.8.0
#rns ver 1.0.0 https://codeberg.org/adingbatponder/reticulum_nixos_flake#nixospackages This is experimental and beta - see readme file for issues
-
@adingbatponder @codemonkeymike Easily! 😉
`hellishly educational` is indeed a core #nix / #NixOS learning experience 😅 But I'm mostly past that pain now. #annextimelog says building this flake with all the customisations and auto-updating etc. took me ~35h in total. Still kinda many hours, but considering I'll reduce maintenance time drastically with this new system compared to the ever-breaking imperative distros, I consider it worth it.