summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index d570cc9..109e0d9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,8 +3,10 @@
inputs = {
nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
- sops-nix.url = github:Mic92/sops-nix;
- sops-nix.inputs.nixpkgs.follows = "nixpkgs";
+ sops-nix = {
+ url = github:Mic92/sops-nix;
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
microvm = {
url = github:astro/microvm.nix;
inputs.nixpkgs.follows = "nixpkgs";
@@ -18,6 +20,7 @@
specialArgs = { inherit inputs; };
modules = [
./hosts/microwave/configuration.nix
+ ./hosts/microwave/hardware-configuration.nix
./modules/graphical.nix
./modules/hw-accel-intel.nix
./modules/kernel-latest.nix