Migrate from ferdi to ferdium

To avoid CVE-2022-32320.
This commit is contained in:
Jakob Lechner 2022-08-22 10:22:05 +00:00
parent 2d8c49c2c8
commit 544e270d63
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
6 changed files with 38 additions and 3 deletions

View file

@ -2,6 +2,7 @@
inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:nixos/nixpkgs/nixos-22.05";
nixpkgsMaster.url = "github:NixOS/nixpkgs/master";
nur.url = "github:nix-community/NUR";
@ -70,6 +71,7 @@
, nixpkgs ? inputs.nixpkgs
}: nixpkgs.lib.nixosSystem rec {
inherit system;
specialArgs = { inherit self system; };
modules = [
(./machines + "/${hostname}/configuration.nix")