{ config, pkgs, ... }: { nixpkgs.config.allowUnfree = true; nix.settings.experimental-features = ["nix-command" "flakes"]; nix.extraOptions = '' trusted-users = root user ''; }