ovmf
This commit is contained in:
6
.github/workflows/beets-sync.yml
vendored
6
.github/workflows/beets-sync.yml
vendored
@@ -1,8 +1,8 @@
|
|||||||
name: Beets
|
name: Beets
|
||||||
on:
|
on:
|
||||||
schedule:
|
# schedule:
|
||||||
# Run 4 times a day: 6am, 12pm, 6pm, 12am UTC
|
# # Run 4 times a day: 6am, 12pm, 6pm, 12am UTC
|
||||||
- cron: '0 6,12,18,0 * * *'
|
# - cron: '0 6,12,18,0 * * *'
|
||||||
workflow_dispatch: # Allow manual trigger
|
workflow_dispatch: # Allow manual trigger
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -167,13 +167,13 @@
|
|||||||
package = pkgs.qemu_kvm;
|
package = pkgs.qemu_kvm;
|
||||||
runAsRoot = true;
|
runAsRoot = true;
|
||||||
swtpm.enable = true;
|
swtpm.enable = true;
|
||||||
ovmf = {
|
# ovmf = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
packages = [ pkgs.OVMFFull.fd ];
|
# packages = [ pkgs.OVMFFull.fd ];
|
||||||
# packages = [
|
# # packages = [
|
||||||
# (pkgs.OVMF.override { secureBoot = true; tpmSupport = true; }).fd
|
# # (pkgs.OVMF.override { secureBoot = true; tpmSupport = true; }).fd
|
||||||
# ];
|
# # ];
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
networking.interfaces.enp5s0.useDHCP = true;
|
networking.interfaces.enp5s0.useDHCP = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user