@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!
Top-level
@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
|
@codemonkeymike There really isn't much to it if you're keeping things simple. My flake file is here https://git.knazarov.com/knazarov/nixos/src/branch/master/flake.nix . 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.