fix: slurm and stuff
This commit is contained in:
@@ -54,7 +54,7 @@ in {
|
||||
};
|
||||
|
||||
os = {
|
||||
externalInterface = "enp66s0np0";
|
||||
externalInterface = "enp1s0np0";
|
||||
nfs.enable = true;
|
||||
nfs.exports = ''
|
||||
/exports 172.16.239.0/24(insecure,rw,async,no_subtree_check,crossmnt,fsid=0,no_root_squash)
|
||||
@@ -99,7 +99,8 @@ in {
|
||||
|
||||
networking = {
|
||||
hostName = name;
|
||||
interfaces.enp66s0np0 = {
|
||||
interfaces.enp129s0f0.useDHCP = false;
|
||||
interfaces.enp1s0np0 = {
|
||||
useDHCP = false;
|
||||
ipv4.addresses = [
|
||||
{
|
||||
@@ -147,6 +148,11 @@ in {
|
||||
|
||||
programs.singularity.enable = true;
|
||||
|
||||
boot.kernelParams = [
|
||||
"amd_iommu=on" "iommu=pt"
|
||||
];
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_16;
|
||||
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../default.nix
|
||||
|
||||
Reference in New Issue
Block a user