diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-07-05 13:23:04 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-07-05 13:23:04 +0200 |
commit | fb6fd4d62606f56f156544083d90e1b3ad65c5df (patch) | |
tree | 5e9d58be6499a099ce8f9291dd436142b697677c /machines/x220 | |
parent | 65147d1a1d40b7fc6664992b129c48369750e407 (diff) | |
download | dots-fb6fd4d62606f56f156544083d90e1b3ad65c5df.tar.gz dots-fb6fd4d62606f56f156544083d90e1b3ad65c5df.zip |
Updates
Diffstat (limited to 'machines/x220')
-rw-r--r-- | machines/x220/configuration.nix | 6 |
1 files changed, 5 insertions, 1 deletions
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 ]; |