Migrate from ferdi to ferdium
To avoid CVE-2022-32320.
This commit is contained in:
parent
2d8c49c2c8
commit
544e270d63
6 changed files with 38 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue