mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
enable haos
This commit is contained in:
parent
b3b1e4d07e
commit
e3409ed687
1 changed files with 8 additions and 2 deletions
|
|
@ -137,13 +137,20 @@
|
|||
};
|
||||
|
||||
services.homeassistant-vm = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
imagePath = "/var/lib/libvirt/images/haos.qcow2";
|
||||
memory = 6096;
|
||||
vcpus = 4;
|
||||
bridge = "br0";
|
||||
};
|
||||
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
clean.enable = true;
|
||||
clean.extraArgs = "--keep-since 7d --keep 10";
|
||||
flake = "/home/death916/nixconfig/";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
vim
|
||||
|
|
@ -161,7 +168,6 @@
|
|||
unzip
|
||||
kopia
|
||||
manix
|
||||
nh
|
||||
qemu
|
||||
virt-manager
|
||||
usbutils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue