Email or username:

Password:

Forgot your password?
Top-level
Konstantin

@codemonkeymike This is cool. I recommend using flakes, because they allow you to freeze the nixos channel to an exact version. If you do this, you can test the configuration in github actions and if it builds - it will most likely build fine for the users.

2 comments
Mike :nixos:

@knazarov I've actually still need to dig into flakes. I'm still kinda put off by the experimental tag on them. But I know they're super accepted.

But otherwise, this config is dead simple!

Konstantin

@codemonkeymike There really isn't much to it if you're keeping things simple. My flake file is here git.knazarov.com/knazarov/nixo . If you remove configuration for servers it's about 60 lines of code and just loads configuration.nix as you would when not using flakes. Anyhow, good luck on the journey.

Go Up