summaryrefslogtreecommitdiff
path: root/hosts/eostre/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/eostre/default.nix')
-rw-r--r--hosts/eostre/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/eostre/default.nix b/hosts/eostre/default.nix
index 40fb5f72..fd4b15f2 100644
--- a/hosts/eostre/default.nix
+++ b/hosts/eostre/default.nix
@@ -10,7 +10,7 @@ with lib;
10 config = { 10 config = {
11 nixpkgs = { 11 nixpkgs = {
12 system = "x86_64-linux"; 12 system = "x86_64-linux";
13 config = { 13 externalConfig = {
14 allowUnfree = true; 14 allowUnfree = true;
15 }; 15 };
16 }; 16 };