added virtualisation
This commit is contained in:
parent
5921272649
commit
fcab24ae8d
@ -1,7 +1,7 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [ ./hardware ]; # bindet die auto-generierte HW-Datei ein
|
imports = [ ./hardware/hardware-configuration.nix ];
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
@ -67,4 +67,12 @@
|
|||||||
|
|
||||||
environment.systemPackages = with pkgs; [ git vim zfs ];
|
environment.systemPackages = with pkgs; [ git vim zfs ];
|
||||||
|
|
||||||
|
|
||||||
|
#### Virtualisation
|
||||||
|
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
virtualisation.libvirtd.enable = true;
|
||||||
|
users.groups.docker.members = [ "nicole" ];
|
||||||
|
programs.virt-manager.enable = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user