Reapply "devices.srv1.node1: enable vasp"

This reverts commit e9639a44c8.
This commit is contained in:
陈浩南 2024-09-19 22:25:09 +08:00
parent e9639a44c8
commit f4344b8b31

View File

@ -17,16 +17,12 @@ inputs:
nix.remote.slave.enable = true;
};
services.beesd.instances.root = { device = "/"; hashTableSizeMB = 256; threads = 4; };
packages =
{
vasp = null;
packages._packages = [(inputs.pkgs.runCommand "master-system" {}
''
mkdir -p $out/share
ln -s ${inputs.topInputs.self.nixosConfigurations.srv1-node0.config.system.build.toplevel} \
$out/share/master-system
'')];
};
packages.packages._packages = [(inputs.pkgs.runCommand "master-system" {}
''
mkdir -p $out/share
ln -s ${inputs.topInputs.self.nixosConfigurations.srv1-node0.config.system.build.toplevel} \
$out/share/master-system
'')];
};
specialisation =
{