moar modules

This commit is contained in:
Kopatz
2024-04-16 21:00:41 +02:00
parent 35a77ab497
commit 7e8fecc30b
7 changed files with 73 additions and 34 deletions

View File

@@ -14,7 +14,11 @@
#<home-manager/nixos>
];
kop.tmpfs.enabled = true;
kop = {
tmpfs.enable = true;
wireshark.enable = true;
virt-manager.enable = true;
}
# Bootloader.
boot.loader.systemd-boot.enable = true;