Extract configuration to own module
This commit is contained in:
parent
9ce6478c7b
commit
fbb85bc1da
3 changed files with 31 additions and 29 deletions
|
|
@ -7,17 +7,12 @@ let
|
|||
extIface = "ens3";
|
||||
ledgerVHost = "ledger.failco.de";
|
||||
in {
|
||||
imports = [ # Include the results of the hardware scan.
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../modules/upgrade-pg-cluster.nix
|
||||
../../modules/nix-config.nix
|
||||
];
|
||||
|
||||
nix.package = pkgs.nixUnstable;
|
||||
nix.extraOptions = ''
|
||||
experimental-features = nix-command flakes repl-flake ca-derivations
|
||||
'';
|
||||
# nix.registry.nixpkgs.flake = nixpkgs;
|
||||
|
||||
# Binary Cache for Haskell.nix
|
||||
nix.settings.trusted-public-keys =
|
||||
[ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue