I’m finally dipping my toes in nix home-manager.
iru@localhot $_
iru@despera.space
npub1nmk2...2975
Technological optimism in current dark age.
Did you know there is an underrated early 2010s anime about Austrian vs Keynesian economics?
Normies freaking out Elon released an open source model that can spit out copyrighted characters. Just wait til they know what people did with garage trained LORAs for SD.
Yo @doot is
missing those lock files referenced in
or just skill issue on my part?
GitHub
Wired/client at main · smolgrrr/Wired
The Wired- unstoppable free speech. Contribute to smolgrrr/Wired development by creating an account on GitHub.
GitHub
Wired/client/Dockerfile at main · smolgrrr/Wired
The Wired- unstoppable free speech. Contribute to smolgrrr/Wired development by creating an account on GitHub.
Stable Diffusion supports GGUF format and quants now.


Me setting up my Linux system



Caught something. My throat right now:
Those people could just had hit the gym and eat healthier if they wanted to lose weight. Instead they now permanently look like Szass Tam.


img2img tuber era will be wild View quoted note →

HE SAID IT


#FUTO becoming a force for good on left extremist infected FOSS world.
Some people on the internet call this router “the beast”.
The design language here with the rugged case and exposed radiator is the most non-apple wannabe (unifi *cough*) thing I know in current year. And its awesome.


```
{
description = "Killy the killing machine";
inputs = {
nixpkgs = {
url = "github:NixOS/nixpkgs/nixos-unstable";
follows = "nix-bitcoin/nixpkgs-unstable";
};
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.4.1";
inputs = {
nixpkgs = {
follows = "nixpkgs";
};
};
};
nix-bitcoin = {
url = "github:fort-nix/nix-bitcoin/release";
};
};
outputs = { self, nixpkgs, lanzaboote, nix-bitcoin, ...}: {
nixosConfigurations = {
killy = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./configuration.nix
nix-bitcoin.nixosModules.default
lanzaboote.nixosModules.lanzaboote
({ pkgs, lib, ... }: {
environment = {
systemPackages = [
pkgs.sbctl
];
};
boot = {
loader = {
systemd-boot = {
enable = lib.mkForce false;
};
};
lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
};
};
nix-bitcoin = {
generateSecrets = true;
nodeinfo = {
enable = true;
};
};
services = {
bitcoind = {
enable = true;
txindex = true;
zmqpubrawblock = "tcp://127.0.0.1:28332";
zmqpubrawtx = "tcp://127.0.0.1:28333";
};
fulcrum = {
enable = true;
};
lnd = {
enable = true;
certificate = {
extraIPs = [
“[REDACTED]”
“[REDACTED]”
];
};
};
lightning-loop = {
enable = true;
certificate = {
extraIPs = [
“[REDACTED]”
“[REDACTED]”
];
};
};
lightning-pool = {
enable = true;
};
};
})
];
};
};
};
}
```Orange Redditor is mad people like cool things with something he doesn’t like.

