Added drone module

This commit is contained in:
Julien Malka 2021-12-25 12:53:48 +01:00
parent 16b5175acb
commit f9450c2e81
No known key found for this signature in database
GPG key ID: 3C68E13964FEA07F
4 changed files with 111 additions and 4 deletions

View file

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