mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-04 01:00:22 -04:00
working version
This commit is contained in:
parent
d2659b7f1d
commit
4168a8c600
4 changed files with 144 additions and 157 deletions
|
@ -62,6 +62,7 @@
|
|||
libnotify
|
||||
kitty
|
||||
zsh
|
||||
ollama
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [nerdfonts];
|
||||
|
@ -77,6 +78,12 @@
|
|||
# List services that you want to enable:
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
services = {
|
||||
ollama = {
|
||||
enable = true;
|
||||
acceleration = "cuda";
|
||||
};
|
||||
};
|
||||
services.openssh.enable = true;
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue