Email or username:

Password:

Forgot your password?
Top-level
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!

1 comment
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