2020-08-06 15:35:49 +00:00
= foo-dogsquared's NixOS config
2021-11-25 11:55:30 +00:00
:todo:
2020-08-06 15:35:49 +00:00
2021-11-25 11:55:30 +00:00
This is my NixOS config as a link:https://www.tweag.io/blog/2020-05-25-flakes/[Nix flake].
2020-08-06 15:35:49 +00:00
2021-11-25 11:55:30 +00:00
I finally have some time trying to grok flakes and redo my NixOS config from scratch after leaving NixOs (because I have work and have to quickly set things up without me trying to debug how NixOS works).
Here is the result.
2020-08-06 15:35:49 +00:00
2021-11-25 11:55:30 +00:00
== Installation
2020-08-06 15:35:49 +00:00
2021-11-25 11:55:30 +00:00
This primarily uses Nix flakes so you can have a preview of what's available in my config.
2020-08-06 15:35:49 +00:00
[source, shell]
----
2021-11-25 11:55:30 +00:00
nix flake show github:foo-dogsquared/nixos-config
2020-08-19 18:35:23 +00:00
----
2021-11-25 11:55:30 +00:00
It should only export my NixOS configurations of my different hosts (of only one so far excluding VMs and VPSs ;p).
2020-09-01 15:10:44 +00:00
2020-10-06 22:56:04 +00:00
2020-09-01 15:10:44 +00:00
2021-11-25 11:55:30 +00:00
== TODO
2020-09-01 15:10:44 +00:00
2021-11-25 11:55:30 +00:00
In order of priority:
2020-09-01 15:10:44 +00:00
2021-11-25 11:55:30 +00:00
* Create custom modules.
** Create a themes system similar to link:https://github.com/hlissner/dotfiles[this NixOS config].
2020-09-01 15:10:44 +00:00
2021-11-25 11:55:30 +00:00
* Manage secrets with agenix.
2020-09-01 15:10:44 +00:00
2021-11-25 11:55:30 +00:00
* Automate backups with NixOS config.
2020-09-01 15:10:44 +00:00
2021-11-25 11:55:30 +00:00
* Create custom packages and export it to flakes. (Maybe consider making it to upstream)
2020-09-01 15:10:44 +00:00
2021-11-25 11:55:30 +00:00
* Create cluser-wide configs.
2020-09-01 15:10:44 +00:00
2021-11-25 11:55:30 +00:00
* Create host-wide configs.
2020-10-06 22:56:04 +00:00
2021-11-25 11:55:30 +00:00
* Create user-specific configs with home-manager.
2020-10-06 22:56:04 +00:00
2021-11-25 11:55:30 +00:00
* ~Steal~ Get some ideas from link:https://github.com/divnix/devos[this overengineered template].
2020-09-01 15:10:44 +00:00
2021-11-25 11:55:30 +00:00
* Make use of other established utilities such as link:https://github.com/divnix/digga/[digga], link:https://github.com/gytis-ivaskevicius/flake-utils-plus[flake-utils-plus], and link:https://github.com/nix-community/home-manager[home-manager] once I'm familiar to create my own Nix programs.
2020-09-01 15:10:44 +00:00
2021-11-25 11:55:30 +00:00
Out of scope:
2020-11-02 14:44:48 +00:00
2021-11-25 11:55:30 +00:00
* Text editor configurations.
They are often updated. I don't want to rebuild it every time I change it.
2020-11-02 14:44:48 +00:00
2021-11-25 11:55:30 +00:00
* Migration of my link:https://github.com/foo-dogsquared/dotfiles[dotfiles].
I still use it on other non-NixOS systems.
2020-09-01 15:10:44 +00:00