This commit is contained in:
2025-08-05 14:47:52 +02:00
parent 5a36ba87fd
commit 4ef46d14a1
6 changed files with 171 additions and 46 deletions

View File

@@ -27,14 +27,14 @@
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
secrets = {
url = "git+ssh://git@github.com/cschmatzler/nixos-config-secrets.git";
flake = false;
};
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
secrets = {
url = "git+ssh://git@github.com/cschmatzler/nixos-config-secrets.git";
flake = false;
};
};
outputs =
{
@@ -48,6 +48,7 @@
nixpkgs,
disko,
agenix,
nixvim,
secrets,
}@inputs:
let