mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fix stuff
This commit is contained in:
parent
13407dcdc8
commit
02ecacc8bd
4 changed files with 10 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{self, ...}:
|
||||
{ self, ... }:
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
|
|
@ -182,7 +182,7 @@ in
|
|||
};
|
||||
systemd.tmpfiles.rules = [
|
||||
"L /etc/Xorg/active.conf - - - - /etc/Xorg/2_mon.conf"
|
||||
"L+ /var/lib/libvirt/qemu/Windows.xml - - - - ${./Windows.xml}"
|
||||
"L+ /var/lib/libvirt/qemu/Windows.xml - - - - ${self}/hosts/gerg-desktop/Windows.xml"
|
||||
];
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue