Compare commits

...

2 Commits

Author SHA1 Message Date
Colin 34842c00fe moby: make the modem powerable by the user, without root
this should allow migrating eg25-control to a user service
2024-04-26 17:19:38 +00:00
Colin 46a513b263 feeds: subscribe to SamuelDR 2024-04-26 17:19:38 +00:00
3 changed files with 13 additions and 0 deletions

View File

@ -134,5 +134,8 @@
# make Pinephone front LEDs writable by user.
SUBSYSTEM=="leds", DEVPATH=="*/*:indicator", RUN+="${chmod} g+w /sys%p/brightness", RUN+="${chown} :video /sys%p/brightness"
# make Modem controllable by user
DRIVER=="modem-power", RUN+="${chmod} g+w /sys%p/powered", RUN+="${chown} :networkmanager /sys%p/powered"
'';
}

View File

@ -177,6 +177,7 @@ let
(fromDb "rifters.com/crawl" // uncat) # No Moods, Ads or Cutesy Fucking Icons
(fromDb "righto.com" // tech) # Ken Shirriff
(fromDb "rootsofprogress.org" // rat) # Jason Crawford
(fromDb "samuel.dionne-riel.com" // tech) # SamuelDR
(fromDb "sagacioussuricata.com" // tech) # ian (Sanctuary)
(fromDb "semiaccurate.com" // tech)
(fromDb "sideways-view.com" // rat) # Paul Christiano

View File

@ -0,0 +1,9 @@
{
"description": "RSS feed for samueldr's blog",
"is_podcast": false,
"site_name": "Home \u2014 Samuel Dionne-Riel",
"site_url": "https://samuel.dionne-riel.com",
"title": "Samuel Dionne-Riel \u2014 Blog",
"url": "https://samuel.dionne-riel.com/blog/index.xml",
"velocity": 0.003
}