overhaul of qbt + tmpfiles

This commit is contained in:
2025-01-28 21:29:13 -05:00
parent 268910b783
commit 199b9f3d78
14 changed files with 246 additions and 31 deletions

View File

@@ -4,6 +4,11 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
lanzaboote = {
url = "github:nix-community/lanzaboote";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
nix-minecraft = {
@@ -29,6 +34,7 @@
vpn-confinement,
nixpkgs-qbt,
home-manager,
lanzaboote,
...
}@inputs:
let
@@ -115,6 +121,8 @@
nixpkgs.overlays = [ nix-minecraft.overlay ];
}
lanzaboote.nixosModules.lanzaboote
home-manager.nixosModules.home-manager
(
{