From 48ea2837adff1483d6d5e8dd6f65611914ddda88 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 8 Dec 2024 14:59:03 -0800 Subject: more refactoring --- nix/machines/vm-shared.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'nix/machines/vm-shared.nix') diff --git a/nix/machines/vm-shared.nix b/nix/machines/vm-shared.nix index 04eedf0..acff195 100644 --- a/nix/machines/vm-shared.nix +++ b/nix/machines/vm-shared.nix @@ -3,11 +3,10 @@ nix = { package = pkgs.nixVersions.latest; - extraOptions = '' - experimental-features = nix-command flakes - keep-outputs = true - keep-derivations = true - ''; + settings = { + trusted-users = [ "@admin" "fcuny" ]; + experimental-features = [ "nix-command" "flakes" ]; + }; }; # Use the systemd-boot EFI boot loader. -- cgit 1.4.1