summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-06-14 23:37:38 +0200
committermakefu <github@syntax-fehler.de>2023-06-14 23:38:41 +0200
commita2040ce915a4e8a2ae9f0897a13f77d6592dd81e (patch)
treebda6ff26e479e638410d421d5edf3b3dcc3de1bb /flake.nix
parentb9a5d97bf892bd046afb670e4d362b0e1386f184 (diff)
fs: single-disk-encrypted-zfs takes hostId as parameter
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index cf96db078..ce2ce15c8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -38,6 +38,7 @@
(name: !lib.hasPrefix "." name)
(lib.attrNames (builtins.readDir ./3modules))));
+ overlays.default = import ./5pkgs/default.nix;
nixosConfigurations = lib.genAttrs ["x" "tsp" ] (host: nixpkgs.lib.nixosSystem rec {
system = "x86_64-linux";
specialArgs = {
@@ -45,7 +46,7 @@
pkgs = import nixpkgs {
inherit system;
config.allowUnfree = true;
- overlays = [(self: super: { stockholm.lib = stockholm.lib; })] ;
+ overlays = [(self: super: { inherit (self.writers) writeDash writeDashBin; stockholm.lib = stockholm.lib; }) self.overlays.default] ;
};
};
modules = [
[cgit] Unable to lock slot /tmp/cgit/41000000.lock: No such file or directory (2)