Damus
adingbatponder :nixos: ๐Ÿ‘พ profile picture
adingbatponder :nixos: ๐Ÿ‘พ
@adingbatponder :nixos: ๐Ÿ‘พ

Tech by the people, for the people.

Washing up โŒจ๏ธ #RISCV #RiscvAssembly washing up #Raspberrypi sorting socks :raspberrypi: ๐Ÿ—œ๏ธ #tibber taxi service #HomeLab #macOS shopping
โš›๏ธ #physics cooking ๐Ÿงฎ #mathematics homework ๐Ÿง˜๐Ÿปโ€โ™‚๏ธ #iyoga #choir #iyengaryoga
#meshtastic ๐Ÿฆ€ :nixos: #nixos #reticulum #radicle ๐Ÿ‘พ
(Photo: Steve Carter @GetCarter )
@homelab

Relays (1)
  • wss://relay.ditto.pub โ€“ read & write

Recent Notes

note1k6ptg...
adingbatponder :nixos: ๐Ÿ‘พ profile picture
@nprofile1q... I am trying out ZFS on my "homelab" server but was most surprised that it seems one has to do all the ZFS setup external to the flake which only lives within the manually made ZFS pool environment. That seems to mean I need a sort of orchestration script like tool to match flake /persist data settings to the ZFS setup hoo-ha. Works fine but is not declarative at all really. Any ideas there ?
adingbatponder :nixos: ๐Ÿ‘พ · 2d
I am trying to update my #nixos flake and discover that #x11 is not supported by the latest #gnome but I also know that some of my hardware (#HPelitedesk800 , VM machines running xrdp and x11spice) fa...
adingbatponder :nixos: ๐Ÿ‘พ profile picture
Solution in #nixos #flake for machine ThinkPad #x230 seems to be:
services.xserver.enable = true;
services.displayManager.gdm.enable = true;
services.desktopManager.gnome.enable = true;
services.desktopManager.gnome.flashback.enableMetacity = true;
# At the GDM login screen, click the gear # icon to choose between:
# - "GNOME" (Wayland)
# - "GNOME Flashback (Metacity)" #X11
and
nixos-rebuild boot + reboot is required (not switch) when jumping across major nixpkgs versions
adingbatponder :nixos: ๐Ÿ‘พ profile picture
Can we set up a mesh network to make available to all the data concerning FOSS software popularity akin to the process in reticulum where announces propagate and the data paths are completely anonymous? With the fragmentation of the FOSS due to everyone running their own stuff without repo pull requests etc. being made, it would help if the raw data on the use of various software modules were made available mesh-wise to be able to spot high use of popular code even if it is not in a repo.
adingbatponder :nixos: ๐Ÿ‘พ profile picture
I am trying to update my #nixos flake and discover that #x11 is not supported by the latest #gnome but I also know that some of my hardware (#HPelitedesk800 , VM machines running xrdp and x11spice) fails to show correct windows under #wayland so this is very un-linuxy and I feel like a sort of macos hardware obsolescence vibe ... Or is gnome now just "bloatware" and #Xfce the new way forward here for the good old tech?
1
adingbatponder :nixos: ๐Ÿ‘พ · 1d
Solution in #nixos #flake for machine ThinkPad #x230 seems to be: services.xserver.enable = true; services.displayManager.gdm.enable = true; services.desktopManager.gnome.enable = true; services.desktopManager.gnome.flashback.enableMetacity = true; # At the GDM login screen, click the gear # icon t...