From 713dd02e70bb5a6c87795337080fefd9f3ae000b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Krop=C3=A1=C4=8Dek?= Date: Fri, 20 Dec 2024 10:15:46 +0100 Subject: [PATCH] first working VM! --- hosts/base/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/base/default.nix b/hosts/base/default.nix index 229d404..3c04ff6 100644 --- a/hosts/base/default.nix +++ b/hosts/base/default.nix @@ -6,6 +6,8 @@ ./hardware-config.nix ]; + boot.loader.systemd-boot.enable = true; + nixpkgs.config.allowUnfree = true; kropcloud = {