From f4d12652c28db6fba1937313334c76f97f615848 Mon Sep 17 00:00:00 2001 From: chn Date: Tue, 12 Dec 2023 00:18:03 +0800 Subject: [PATCH] fix --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 2fd8490c..9f2d98e4 100644 --- a/flake.nix +++ b/flake.nix @@ -50,7 +50,7 @@ default = inputs.nixpkgs.legacyPackages.x86_64-linux.writeText "systems" (builtins.concatStringsSep "\n" (builtins.map (system: builtins.toString inputs.self.outputs.nixosConfigurations.${system}.config.system.build.toplevel) - [ "pc" "vps6" "vps7" "nas" "yoga" "pe" ])); + [ "pc" "vps6" "vps7" "nas" "yoga" ])); } // ( builtins.listToAttrs (builtins.map @@ -59,7 +59,7 @@ name = system; value = inputs.self.outputs.nixosConfigurations.${system}.config.system.build.toplevel; }) - [ "pc" "vps6" "vps7" "nas" "yoga" "pe" ]) + [ "pc" "vps6" "vps7" "nas" "yoga" ]) ); # ssh-keygen -t rsa -C root@pe -f /mnt/nix/persistent/etc/ssh/ssh_host_rsa_key # ssh-keygen -t ed25519 -C root@pe -f /mnt/nix/persistent/etc/ssh/ssh_host_ed25519_key