Added mail configuration to flake, and made wheatley use the mainline kernel to see if that works later

This commit is contained in:
Lillian Violet 2024-01-11 22:37:59 +01:00
parent 2003f52a8f
commit fc36f347c8
4 changed files with 124 additions and 24 deletions

View file

@ -5,6 +5,7 @@
# Nixpkgs
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
sops-nix.url = "github:Mic92/sops-nix";
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/master";
# You can access packages and modules from different nixpkgs revs
# at the same time. Here's an working example:
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
@ -25,6 +26,7 @@
nixpkgs,
home-manager,
sops-nix,
simple-nixos-mailserver,
...
} @ inputs: let
inherit (self) outputs;
@ -63,6 +65,7 @@
# > Our main nixos configuration file <
./nixos/hosts/queen/configuration.nix
sops-nix.nixosModules.sops
simple-nixos-mailserver.nixosModule
];
};
};