devices.pc/srv2: add lammps

This commit is contained in:
2025-05-31 12:05:21 +08:00
parent 1f3d8a189e
commit cbbb6485fc
2 changed files with 2 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ inputs:
nfs."/" = "192.168.84.0/24";
};
bugs = [ "xmunet" "backlight" "amdpstate" "iwlwifi" ];
packages = { android-studio = {}; mathematica = {}; vasp = {}; };
packages = { android-studio = {}; mathematica = {}; vasp = {}; lammps = {}; };
user.users = [ "chn" "test" ];
};
boot.loader.grub =

View File

@@ -80,7 +80,7 @@ inputs:
};
};
};
packages = { vasp = {}; mumax = {}; };
packages = { vasp = {}; mumax = {}; lammps = {}; };
user.users = [ "chn" "xll" "zem" "yjq" "gb" "wp" "hjp" "wm" "lly" "yxf" "hss" "zzn" ];
};
};