Add nixos-hardware config for Howl

This commit is contained in:
2024-06-01 19:57:24 -06:00
parent 37bd7254b9
commit fd1ead0b62
4 changed files with 36 additions and 1 deletions

View File

@@ -5,6 +5,8 @@
flake-utils.url = "github:numtide/flake-utils";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
# mail server
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-22.05";
simple-nixos-mailserver.inputs.nixpkgs.follows = "nixpkgs";
@@ -97,6 +99,7 @@
specialArgs = {
inherit allModules;
lib = self.lib;
nixos-hardware = inputs.nixos-hardware;
};
};
in