Update framework16 with libvirtd / gnome-boxes
This commit is contained in:
parent
8781b7d424
commit
b6d5383690
2 changed files with 9 additions and 6 deletions
nixos
|
@ -15,6 +15,8 @@
|
|||
../../common/services/ollama.nix
|
||||
];
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
# https://wiki.nixos.org/wiki/Ollama
|
||||
services.ollama = {
|
||||
|
|
|
@ -17,6 +17,7 @@ in {
|
|||
++ ifExists [ "video" ]
|
||||
++ ifExists [ "docker" ]
|
||||
++ ifExists [ "podman" ]
|
||||
++ ifExists [ "libvirtd" ]
|
||||
++ ifExists [ "syncthing" ];
|
||||
shell = pkgs.fish;
|
||||
# mkpasswd -m sha-512
|
||||
|
|
Loading…
Add table
Reference in a new issue