mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Those virtualisation things should've been in that file. Oops.
This commit is contained in:
parent
1383d88b11
commit
bdbefcb23c
2 changed files with 10 additions and 8 deletions
|
|
@ -1,14 +1,6 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
virtualisation.libvirtd = {
|
||||
enable = true;
|
||||
qemuOvmf = true;
|
||||
qemuRunAsRoot = false;
|
||||
onBoot = "ignore";
|
||||
onShutdown = "shutdown";
|
||||
};
|
||||
users.users.kat.extraGroups = [ "libvirtd" ];
|
||||
|
||||
environment.systemPackages = let
|
||||
python-env = python-packages:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue