mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
removed redundant optional checks
This commit is contained in:
parent
984e4b4564
commit
e78d2abc03
2 changed files with 10 additions and 15 deletions
|
|
@ -43,8 +43,18 @@
|
|||
device = "/dev/disk/by-uuid/61E7-6E56";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
"/var/lib/libvirt/images" = {
|
||||
device = "/home/VMs";
|
||||
options = [ "bind" ];
|
||||
};
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /home/VMs 0755 root root"
|
||||
];
|
||||
|
||||
|
||||
hardware = {
|
||||
cpu = {
|
||||
intel = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue