1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

[server] Add qemu-agent

Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@gmail.com>
This commit is contained in:
Stefan Ellmauthaler 2024-11-15 10:46:50 +01:00
parent c4c7666802
commit 1547f6da2b
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View File

@ -66,6 +66,10 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# qemu agent
services.qemuGuest.enable = true;
networking = {
interfaces.ens3 = {
ipv4.addresses = [

View File

@ -46,6 +46,7 @@
# enable wireguard
wireguard.enable = true;
# user setup
users = {
enable = true;
@ -63,6 +64,9 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# qemu agent
services.qemuGuest.enable = true;
networking = {
interfaces.ens3 = {
ipv4.addresses = [