-
Hey! I recently reinstalled my machine, the most notable change is using zfs instead of btrfs, a bit of restructuring in the file system, and using LTS linux kernel 6.6 instead of the most recent one …
-
Hi,
I've made a flake for this style for nixos, (https://github.com/zspher/Lightly/tree/feature-nix-flake)
-
would it be possible to install this either by submitting it to the nixos repo or via a flake? 👀
-
hey i think I can figure out installing this into my nixos configuration, but it may be good to add a readme section explaining how to go about it for new users, possibly covering update instructions …
-
When running nixos-infect on a brand new Contabo VPS running Ubuntu 22.04, I get the following crash:
```
[...]
deleting unused links...
note: currently hard linking saves -0.00 MiB
174 store pat…
-
Just documenting all the workarounds i've applied under NixOS, as discussed on Discord.
DiskProvision - requires Click (ignored shell script):
```sh
nix-shell -p python3Packages.click
python3 sr…
-
It would be nice to get this building and running in nixos.
My attempt so far almost builds, but I end up with an error which I have no idea how to interpret.
```
Compiling venator-app v0.2.1 (…
-
Is there an easy way to do this (or maybe, has anyone managed to do this)? Opam isn't able to install some of the libraries tactician needs when on nixos.
-
After running `lucem init`, I then ran `lucem run` but still got this error:
```
INFO lucem@2.0.2 is now starting up!
INFO lucem: trying to initialize Vulkan...
INFO lucem: successfully init…
-
hi there,
on hacker news I saw you mention wanting to use nixless-agent with nixos-anywhere.
I had been using that so far, so I was wondering, would you maybe describe what that workflow might look …