No description
Find a file
Julia Lange d4e12d46b3
Flake, flake-part+easy-host, remove unused inputs
IF YOU ARE NOT ME: I would not use this configuration. In the past I
would feel confident telling you to drop in your own host and be off to
the races, but right now users are in a state which required hard coding
some of my nominal preferences. Read on for more specifics

Completely refactors the flake.nix part of the repo. This removes my
strange legacy code for directory-based hosts+users in favor of using
easy-host and flake-parts.

As a result of this some specialArgs were lost, namely the list of users
and the username being passed. I think this is the right way to go in
the short term, but it has lead to some hardcoded values. Namely "pan"
is created as a user regardless of configuration

In tandem with this is the deprecation of some modules which had inputs
in flake which I wasn't using. I'm sure there is a better way to do
this, but I didn't like downloading and caching them every time when I
knew I wasn't using them.

I'm currently very unhappy with the users part of this change, but that
wasn't the goal of this branch. I will revisit in a larger commit.
2025-11-19 09:38:33 -08:00
hmModules Flake, flake-part+easy-host, remove unused inputs 2025-11-19 09:38:33 -08:00
hosts Flake, flake-part+easy-host, remove unused inputs 2025-11-19 09:38:33 -08:00
nixosModules Flake, flake-part+easy-host, remove unused inputs 2025-11-19 09:38:33 -08:00
users Flake, flake-part+easy-host, remove unused inputs 2025-11-19 09:38:33 -08:00
.gitignore Gitignore, add result directory 2025-11-19 09:38:33 -08:00
.sops.yaml Sops, fix regex from systems to hosts, add Juri 2025-03-17 13:53:19 -07:00
flake.lock Flake, flake-part+easy-host, remove unused inputs 2025-11-19 09:38:33 -08:00
flake.nix Flake, flake-part+easy-host, remove unused inputs 2025-11-19 09:38:33 -08:00
LICENSE Initial commit 2023-11-20 02:51:09 +00:00