This commit is contained in:
parent
224c15ddf5
commit
d9b3ba6d24
1 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,11 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
sound.enable = true;
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
virtualisation = {
|
||||
libvirtd.enable = true;
|
||||
docker.enable = true;
|
||||
};
|
||||
|
||||
boot = {
|
||||
loader = {
|
||||
|
|
Loading…
Reference in a new issue