From fb6fd4d62606f56f156544083d90e1b3ad65c5df Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Mon, 5 Jul 2021 13:23:04 +0200 Subject: Updates --- machines/x220/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'machines/x220') diff --git a/machines/x220/configuration.nix b/machines/x220/configuration.nix index 28110b6..a4c2c07 100644 --- a/machines/x220/configuration.nix +++ b/machines/x220/configuration.nix @@ -14,8 +14,11 @@ let in { + virtualisation.virtualbox.host.enable = true; + users.extraGroups.vboxusers.members = [ "pn" ]; + services.yggdrasil = { - enable = true; + enable = false; persistentKeys = true; config = { Peers = [ @@ -96,6 +99,7 @@ in ]; fonts.fonts = with pkgs; [ + liberation_ttf roboto-slab ]; -- cgit 1.4.1