mirror of
https://github.com/sstent/nixos-on-odroid-m1.git
synced 2026-01-25 06:31:40 +00:00
Update flake.nix
This commit is contained in:
18
flake.nix
18
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 = {
|
||||
|
||||
Reference in New Issue
Block a user