home.social

#nixosconfiguration — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nixosconfiguration, aggregated by home.social.

fetched live
  1. Does anyone have a recommendation for a hardware build and flake for a powerful server type machine (e.g. headless, with remote KVM built in or via dongle) that allows my lower/under powered nixos-driven machines at home to use via LAN as an external build computer when they update and build their configuration? Thanks !

  2. @ocramius @gianarb Just to be clear, this allows me to locally spawn a KVM based VM just by doing `nix build .#nixosConfiguration.<name>.config.formats.vm`

    I can test stuff before going into production like that.

  3. Fun fact:

    You could use the full text of 1984 as a attribute name in a attribute set.

    Why not name your `${''It was a bright cold day in April, and ... <the whole text wont fit in a mastodon post unfortunately> ... He had won the victory over himself. He loved Big Brother.''}`?

  4. When I roll back to an earlier build I not only do not have a problem but also problems with and apps seem to go away. Problem is I do not want to roll back my configuration.nix - that would lose software installs, right?? question: is the in configuration.nix preserved (latest version kept) when on rolls back ? Or do I reinstall from image (boot from usb image) and use the latest backup of my configuration.nix file?

  5. Is there a detailed step-by-step tutorial showing how to build into a configuration.nix an open source uncompiled code/package/program/app from so that the said code/package/program/app can run following rebuild? I do not care what the code/package/program/app is nor what language it is in! (Could be a hello world gui in BASIC for all I care...) Just an example of the process from open configuration.nix to run. Without this seems not accessible for me.

  6. To make start the last used vpn connection automatically under nixos after when the user logs on thereafter, try the setup as lines 160-179 of my pastebin.com/R3Hz05MZ Uses the command line interface of the protonvpn-cli package.
    Cannot say I understand it, but learnt a lot after a lot of dead-ends on the way. The in the configuratoin.nix file is not listed by Why?