[lucia] remove old approach and build baseimg using nixos-generators

This commit is contained in:
2022-11-22 19:47:01 +01:00
parent b34e473865
commit f5a36cbb7a
4 changed files with 59 additions and 12 deletions

View File

@@ -10,6 +10,11 @@
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
mfsync.url = "github:k4lipso/mfsync";
nixos-generators = {
url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager= {
url = "github:nix-community/home-manager/release-22.05";
inputs = {