import ssh-cursed module

This commit is contained in:
Julien Malka 2023-07-01 16:46:53 +02:00
parent c898d56781
commit 147ca052d4
No known key found for this signature in database
GPG key ID: 6FC74C847011FD83

View file

@ -34,6 +34,7 @@ let
./modules/hosts.nix ./modules/hosts.nix
./modules/network.nix ./modules/network.nix
./modules/zsh.nix ./modules/zsh.nix
./modules/ssh-cursed.nix
disko.nixosModules.disko disko.nixosModules.disko
@ -50,9 +51,11 @@ let
, config , config
, lib , lib
, ... , ...
}: let }:
let
sopsFile = ./. + "/hosts/${config.networking.hostName}.yml"; sopsFile = ./. + "/hosts/${config.networking.hostName}.yml";
in { in
{
nix.nixPath = [ nix.nixPath = [
"home-manager=${home-manager}" "home-manager=${home-manager}"
"nixpkgs=${pkgs.path}" "nixpkgs=${pkgs.path}"
@ -69,6 +72,7 @@ let
nix.extraOptions = '' nix.extraOptions = ''
flake-registry = ${flake-registry}/flake-registry.json flake-registry = ${flake-registry}/flake-registry.json
builders-use-substitutes = true
''; '';
nix.registry = { nix.registry = {