virt
This commit is contained in:
parent
595b0d3ce4
commit
c2870d7546
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
users.users.tao.packages = with pkgs; [
|
||||
bottles
|
||||
darktable
|
||||
deluge
|
||||
discord
|
||||
|
|
@ -27,6 +26,9 @@
|
|||
virt-manager
|
||||
zoxide
|
||||
];
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue