Added drone module

This commit is contained in:
Julien Malka 2021-12-25 12:53:48 +01:00
parent c23c91232c
commit ea1ddda327
3 changed files with 108 additions and 2 deletions

View file

@ -10,6 +10,7 @@ with lib;
config = mkIf cfg.enable
{
nixpkgs.config.allowUnfree = true;
nix = {
autoOptimiseStore = true;
allowedUsers = [ "julien" "hydra" ];