mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-01-26 07:01:48 +00:00
fixed ssh keys
This commit is contained in:
11
default.nix
11
default.nix
@@ -48,16 +48,7 @@
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
||||
# 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")
|
||||
../.;
|
||||
system.stateVersion = "23.11"; # Did you read the comment?
|
||||
|
||||
|
||||
services.openssh = {
|
||||
|
||||
Reference in New Issue
Block a user