Update flake.nix

This commit is contained in:
2023-11-18 11:45:01 -05:00
committed by GitHub
parent 0de8dcae98
commit 4ef3780f8f

View File

@@ -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 = {