remove xmuhpc suffix

This commit is contained in:
2025-10-14 18:52:48 +08:00
parent f25094bc91
commit c13a0054a0
14 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ inputs:
swap = [ "/dev/disk/by-partlabel/srv2-node0-swap" ];
mount.btrfs."/dev/disk/by-partlabel/srv2-node0-root1" =
{
"/nix/remote/jykang.xmuhpc" = "/data/gpfs01/jykang/.nix";
"/nix/remote/jykang" = "/data/gpfs01/jykang/.nix";
"/nix/remote/xmuhk" = "/public/home/xmuhk/.nix";
};
};

View File

@@ -28,8 +28,8 @@
gfortran = pkgs.pkgsStatic.gfortran;
lapack = pkgs.pkgsStatic.openblas;
};
jykang = import ../devices/jykang.xmuhpc { inherit inputs localLib; };
wlin = import ../devices/wlin.xmuhpc { inherit inputs localLib; };
jykang = import ../devices/jykang { inherit inputs localLib; };
wlin = import ../devices/wlin { inherit inputs localLib; };
xmuhk = import ../devices/xmuhk { inherit inputs localLib; };
src =
let getDrv = x:

View File

@@ -22,7 +22,7 @@ inputs:
ssh = "${inputs.pkgs.openssh}/bin/ssh -i ${key} -o StrictHostKeyChecking=no"
+ " -o ForwardAgent=yes -o AddKeysToAgent=yes";
key = inputs.config.nixos.system.sops.secrets."hpcstat/key".path;
jykang = "${inputs.topInputs.self}/devices/jykang.xmuhpc/files";
jykang = "${inputs.topInputs.self}/devices/jykang/files";
ssh-agent = "${inputs.pkgs.openssh}/bin/ssh-agent";
in
{