From cbbb6485fcf207fed0bb7c638b826a784efa726a Mon Sep 17 00:00:00 2001 From: chn Date: Sat, 31 May 2025 12:05:21 +0800 Subject: [PATCH] devices.pc/srv2: add lammps --- devices/pc/default.nix | 2 +- devices/srv2/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/pc/default.nix b/devices/pc/default.nix index c8f3ad93..7606b05f 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -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 = diff --git a/devices/srv2/default.nix b/devices/srv2/default.nix index 846037df..dd6c2667 100644 --- a/devices/srv2/default.nix +++ b/devices/srv2/default.nix @@ -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" ]; }; };