This commit is contained in:
Vivian 2024-06-08 14:03:24 +02:00
parent f2767b0596
commit a3283256b4
9 changed files with 148 additions and 272 deletions

View file

@ -25,6 +25,11 @@
security.pki.certificateFiles = [ ./domain.crt ];
environment.systemPackages = with pkgs; [
# (ollama.override {acceleration = "rocm"; })
];
services.flatpak.enable = true;
# Bootloader.
boot = {
bootspec.enable = true;