Merge remote-tracking branch 'origin/nixos-21.11-update'
This commit is contained in:
commit
a18a9792f4
2 changed files with 13 additions and 6 deletions
11
flake.nix
11
flake.nix
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "flake:nixpkgs/nixos-21.05";
|
||||
nixpkgs.url = "flake:nixpkgs/nixos-21.11";
|
||||
nixpkgs-unstable.url = "flake:nixpkgs/nixos-unstable";
|
||||
utils.url = "github:gytis-ivaskevicius/flake-utils-plus/v1.3.1";
|
||||
simple-nixos-mailserver = {
|
||||
|
@ -23,6 +23,14 @@
|
|||
|
||||
supportedSystems = [ "x86_64-linux" ];
|
||||
|
||||
channels.nixpkgs.patches = [
|
||||
(nixpkgs.legacyPackages."x86_64-linux".fetchpatch {
|
||||
name = "fix-homeassistant.patch";
|
||||
url = "https://github.com/NixOS/nixpkgs/commit/8e87ea556605e6947d1edb7cd81e58814eeadcae.patch";
|
||||
sha256 = "sha256-au5JwwmdRBsbiG9H8nh5n56QVZUFajx1ALMtzu+Nfq0=";
|
||||
})
|
||||
];
|
||||
|
||||
hostDefaults.modules = [
|
||||
nixpkgs.nixosModules.notDetected
|
||||
{
|
||||
|
@ -33,7 +41,6 @@
|
|||
];
|
||||
|
||||
hosts.loutreos.modules = [
|
||||
"${nixpkgs-unstable}/nixos/modules/services/audio/navidrome.nix"
|
||||
simple-nixos-mailserver.nixosModule
|
||||
dogetipbot-telegram.nixosModule
|
||||
ipmihddtemp.nixosModule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue