How to serve uWSGI apps with #Caddy on #NixOS, new section on the wiki https://wiki.nixos.org/wiki/Caddy#uWSGI_apps
NixOS wiki will be the next ArchLinux wiki ;)
I'm a long-time linux desktop user. I've been eyeing #nixos for well over a year. Not sure about the very different software update process or installing a new program.
Heard about #nixbook, found that it's user friendly way to get around those update issues. Tried it out today. It works great on an old laptop that that was gathering dust. I don't need it to connect to a printer.
I'll use it for word processing, simple spreadsheets, but mostly for markdown text (ghostwriter).
Another call out for help in the #Linux and #nixos community!
We REALLY want to get the #nixbook installer to be able to install #flatpak during (or right after) the calamares installation.
Currently its installing on first boot of nixbook, but it's janky, and causing some downstream issues.
I FEEL LIKE this should be fixable.
Again, the issue is that we want to install a handful of flatpaks after the nixos build, but it gets cranky with no DBUS.
https://paste.ubuntu.com/p/sQCgwJsM9g/
Anyone know how to fix this? My #NixOS Laptop over the last 6 months or so has had this issue where #iwlwifi crashes and I have to modprobe
it out and back in to fix my wifi. The module is a Intel Corporation Wireless 7260 (rev 73)
(according to lspci)
It happens on the Zen
and normal (LTS and Latest) Kernels.
(Taint is nVidia)
Hello world
I just joined #mastodon because I‘ve had enough of Zucc & friends stealing my data just because I want to look at funny pictures.
I’m currently obsessed with #tech stuff like #foss #nixos #hyprland and #linux but also #gaming (going for perfection in #stardewvalley ) as well as #undergroundmusic and #hyperpop with artists like #draingang or #janeremover so feel free to connect over similar interests
Ok, I apparently don't understand the fresh-install process for #NixOS. I thought having flakes and home-manager defined in my flake.nix was enough for it to all switch over.
I've learned this because I just installed it on my main tower
This will get you ftp.gnu.org for now:
"/mount/ftp.gnu.org" = {
device = "${pkgs.curlftpfs}/bin/curlftpfs#ftp.gnu.org";
fsType = "fuse";
options = [
"_netdev"
"ro"
"uid=0"
"gid=0"
"auto"
"allow_other"
"umask=333"
];
};
If they turn off the ftp server, you might need to use httpfs2 and set up a stunnel? I don’t know.
Yay... we have a fix for #nixbook for those stupid #broadcom "insecure" drivers.
If you're on #nixos and having issues rebuilding / updating because of this, here is the fix that should blanket fix all broadcom insecure issues.
Just add this to your config.
This is also now live on Nixbook.. so the installer and main branch should work fine!
A new module is available: 'programs.satty' Satty is a screenshot annotation tool, inspired by Swappy and Flameshot. It can easily integrate with your wlroots based screenshot tool and comes with a simple and functional UI for post-processing your screenshots.
#NixOS #Nix #HomeManager
> "If the product is free, then you're the product"
This is a motto I've lived by for at least the past ~5 years. I'm sure there's some data that they know about me that I can't do anything about, but I can sure as hell make it as hard as possible for them to gain any more data.
People forget that basically all tech companies incurred enormous, outrageous even, deficits not in the thousands but in the millions of dollars. Advertising, and data brokerage, is how they pay that off.
I abuse #nixos unique capabilities and load a fresh root filesystem on each boot, as / is mounted as a tmpfs. Only /boot, /home and /nix need to remain persistent
Introduction to Nix & NixOS | NixOS & Flakes Book
@knoppix95 #NixOS because I now manage my tools in a declarative manner which lives in a #VCS and is fully predictable.
@adingbatponder well, that's what generations are for-- #NixOS is screwed up? No props, just use previous generation.
Can I get nixos-rebuild switch to NOT run if the computer is not up to it e.g. presently a RAM or processor log-jam? Can I do ctrl+c on a build ? #NixOS
Anyone going to nixcon that can pick up two of these for me? If your in Denmark bonus points #nixcon #nixos #nix
https://discourse.nixos.org/t/nixcon-2025-name-plates-anyone/67439
@adingbatponder I’ll go out on a limb here and say that in principle, yes, you could construct a #NixOS system that runs entirely in RAM with no persistence, but it’s not the way the system is designed. #Tails’ “RAM-only by default” is a core #design philosophy; NixOS’ philosophy is “reproducible stateful system management.”