Enable ollama for Vanguard and Ronin
Enable samba service for Tone
This commit is contained in:
parent
87fc2a2db8
commit
5601951859
|
@ -20,7 +20,8 @@
|
||||||
systemPackages = with pkgs; [ openfortivpn ];
|
systemPackages = with pkgs; [ openfortivpn ];
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
samba.enable = true;
|
|
||||||
hardware.bolt.enable = true;
|
hardware.bolt.enable = true;
|
||||||
|
samba.enable = true;
|
||||||
|
ollama.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,4 +25,5 @@
|
||||||
samba
|
samba
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
services.samba.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
imports = [ ./desktop.nix ];
|
imports = [ ./desktop.nix ];
|
||||||
nixpkgs.config.rocmSupport = true;
|
|
||||||
environment.sessionVariables.MANGOHUD = 1;
|
environment.sessionVariables.MANGOHUD = 1;
|
||||||
home-manager.users.${username} = {
|
home-manager.users.${username} = {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
@ -82,4 +81,8 @@
|
||||||
capSysNice = true;
|
capSysNice = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
services.ollama = {
|
||||||
|
enable = true;
|
||||||
|
acceleration = "rocm";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue