Compare commits
2 commits
c2db155794
...
709e02c22b
Author | SHA1 | Date | |
---|---|---|---|
709e02c22b | |||
a4f5e92303 |
2 changed files with 1 additions and 18 deletions
|
@ -104,3 +104,4 @@ All machines are named after Goetic demons:
|
|||
- **Media Server** - Jellyfin or Plex for media streaming
|
||||
- **CI/CD Pipeline** - Automated testing and deployment for personal projects
|
||||
|
||||
<sub>aria was here</sub>
|
||||
|
|
|
@ -37,24 +37,6 @@
|
|||
};
|
||||
in
|
||||
[ env ];
|
||||
|
||||
/*preStart =
|
||||
''
|
||||
mkdir -p /var/lib/libvirt/hooks
|
||||
mkdir -p /var/lib/libvirt/hooks/qemu.d/win10/prepare/begin
|
||||
mkdir -p /var/lib/libvirt/hooks/qemu.d/win10/release/end
|
||||
mkdir -p /var/lib/libvirt/vgabios
|
||||
|
||||
ln -sf /home/regent/symlinks/qemu /var/lib/libvirt/hooks/qemu
|
||||
ln -sf /home/regent/symlinks/kvm.conf /var/lib/libvirt/hooks/kvm.conf
|
||||
ln -sf /home/regent/symlinks/start.sh /var/lib/libvirt/hooks/qemu.d/win11/prepare/begin/start.sh
|
||||
ln -sf /home/regent/symlinks/stop.sh /var/lib/libvirt/hooks/qemu.d/win11/release/end/stop.sh
|
||||
|
||||
chmod +x /var/lib/libvirt/hooks/qemu
|
||||
chmod +x /var/lib/libvirt/hooks/kvm.conf
|
||||
chmod +x /var/lib/libvirt/hooks/qemu.d/win11/prepare/begin/start.sh
|
||||
chmod +x /var/lib/libvirt/hooks/qemu.d/win11/release/end/stop.sh
|
||||
'';*/
|
||||
};
|
||||
|
||||
users.extraUsers.regent.extraGroups = [ "libvirtd" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue