Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
johnae committed Oct 4, 2023
1 parent b878954 commit 776c91e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions profiles/defaults.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ in {
package = pkgs.nix;
};

nixpkgs.config.allowUnfree = true;

environment.systemPackages =
[
pkgs.binutils
Expand Down
2 changes: 0 additions & 2 deletions profiles/hardware/hcloud.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ in {
package = pkgs.nix;
};

nixpkgs.config.allowUnfree = true;

system.activationScripts.agenixNewGeneration = mkIf (hasSecrets && hasState) {deps = ["hetzner-cloud-init"];};

system.activationScripts.hetzner-cloud-init.text = ''
Expand Down

0 comments on commit 776c91e

Please sign in to comment.