small fixes
This commit is contained in:
parent
9ab470a419
commit
903ad98313
3 changed files with 9 additions and 32 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue