From 4ef3780f8f4f823ee7142a7e9b1228221dfa0008 Mon Sep 17 00:00:00 2001 From: sstent Date: Sat, 18 Nov 2023 11:45:01 -0500 Subject: [PATCH] Update flake.nix --- flake.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/flake.nix b/flake.nix index 1408834..1b27f69 100644 --- a/flake.nix +++ b/flake.nix @@ -79,15 +79,15 @@ ''; # includes this flake in the live iso : "/etc/nixcfg" - #environment.etc.nixcfg.source = - # builtins.filterSource - # (path: type: - # baseNameOf path - # != ".git" - # && type != "symlink" - # && !(pkgs.lib.hasSuffix ".qcow2" path) - # && baseNameOf path != "secrets") - # ../.; + environment.etc.nixcfg.source = + builtins.filterSource + (path: type: + baseNameOf path + != ".git" + && type != "symlink" + && !(pkgs.lib.hasSuffix ".qcow2" path) + && baseNameOf path != "secrets") + ../.; services.openssh = {