Skip to content

Commit 1b1b7aa

Browse files
authored
Merge pull request #10 from petm5/dev
Dev
2 parents 52ecce5 + 1560daf commit 1b1b7aa

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: actions/download-artifact@v4
2121
with:
2222
name: nixlet-unsigned
23+
path: nixlet-unsigned
2324
- name: Sign for Secure Boot
2425
env:
2526
DB_KEY: ${{ secrets.DBKEY }}
@@ -29,6 +30,7 @@ jobs:
2930
uses: actions/download-artifact@v4
3031
with:
3132
name: nixlet-insecure-unsigned
33+
path: nixlet-insecure-unsigned
3234
- name: Generate release bundle
3335
run: ./scripts/pack-release.sh
3436
- name: Release

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
system = "x86_64-linux";
99
};
1010
updateUrl = "https://github.com/petm5/nixlet/releases/latest/download";
11-
releaseVersion = "0.1.5";
11+
releaseVersion = "0.1.6";
1212
baseConfig = [
1313
./modules/profiles/minimal.nix
1414
./modules/profiles/image-based.nix

modules/hardware/generic-pc.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"xhci-hcd" "xhci-pci" "xhci-pci-renesas"
99
"nvme"
1010
"aesni_intel" "crypto_simd"
11+
"kvm" "kvm_intel" "kvm_amd"
1112
];
1213

1314
}

0 commit comments

Comments
 (0)