Update to NixOS-22.11
This commit is contained in:
parent
534ec54306
commit
8c5c68a189
2 changed files with 5 additions and 7 deletions
10
flake.nix
10
flake.nix
|
|
@ -1,18 +1,16 @@
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.05-small";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11-small";
|
||||||
utils.url = "github:gytis-ivaskevicius/flake-utils-plus/v1.3.1";
|
|
||||||
|
|
||||||
hm = {
|
hm = {
|
||||||
url = "github:nix-community/home-manager/release-22.05";
|
url = "github:nix-community/home-manager/release-22.11";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
# simple mailserver
|
# simple mailserver
|
||||||
snm = {
|
snm = {
|
||||||
url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-22.05";
|
url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-22.11";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs-22_11.follows = "nixpkgs";
|
||||||
inputs.flake-utils.follows = "utils/flake-utils";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# age for nix to store encrypted passwords conveniently
|
# age for nix to store encrypted passwords conveniently
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
# nix.registry.nixpkgs.flake = nixpkgs;
|
# nix.registry.nixpkgs.flake = nixpkgs;
|
||||||
|
|
||||||
# Binary Cache for Haskell.nix
|
# Binary Cache for Haskell.nix
|
||||||
nix.binaryCachePublicKeys =
|
nix.settings.trusted-public-keys =
|
||||||
[ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ];
|
[ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ];
|
||||||
#nix.binaryCaches = [ "https://hydra.iohk.io" ];
|
#nix.binaryCaches = [ "https://hydra.iohk.io" ];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue