From 50936812b83bff4419ab167af7e2403cdc04d67a Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Wed, 23 Oct 2024 02:16:40 -0700 Subject: Finish cleanup for new flake syntax --- hosts/darkstar/default.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'hosts/darkstar') diff --git a/hosts/darkstar/default.nix b/hosts/darkstar/default.nix index 7eb3c62..c39f66a 100644 --- a/hosts/darkstar/default.nix +++ b/hosts/darkstar/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: { +{ config, inputs, outputs, pkgs, ... }: { boot = { initrd.kernelModules = [ "zfs" ]; kernel.sysctl = { @@ -80,6 +80,16 @@ #}; }; + nixpkgs = { + config.allowUnfree = true; + hostPlatform = "x86_64-linux"; + overlays = [ + outputs.overlays.additions + outputs.overlays.modifications + outputs.overlays.stable-packages + ]; + }; + sops = { age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; defaultSopsFile = ../secrets/darkstar.yaml; -- cgit v1.2.3