From 095e9a5f8b68ba14b46c1d93d7339c21b186685c Mon Sep 17 00:00:00 2001 From: chn Date: Mon, 31 Jul 2023 21:11:17 +0800 Subject: [PATCH] vps6 config to bootstrap --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 7e48a4b0..12e45071 100644 --- a/flake.nix +++ b/flake.nix @@ -224,7 +224,7 @@ # 增加 impermanence # 增加 initrd 中的网络 # 使用 yubikey 解锁 - "vps6" = inputs.nixpkgs.lib.nixosSystem + "bootstrap" = inputs.nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { topInputs = inputs; inherit localLib; }; @@ -254,7 +254,7 @@ }; services.sshd.enable = true; boot.grub.installDevice = "/dev/disk/by-path/pci-0000:05:00.0"; - system.hostname = "vps6"; + system.hostname = "bootstrap"; };}) ]; };