update test system config

This commit is contained in:
lilly 2025-02-07 15:02:33 +01:00
commit 7e3457a724
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
8 changed files with 117 additions and 43 deletions

View file

@ -14,6 +14,12 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# disk paritioning defined via nix
disko = {
url = "github:nix-community/disko?ref=latest";
inputs.nixpkgs.follows = "nixpkgs";
};
# secret management
sops-nix = {
url = "github:Mic92/sops-nix";