moved dconf enable
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
home-manager.extraSpecialArgs = specialArgs;
|
home-manager.extraSpecialArgs = specialArgs;
|
||||||
|
|
||||||
|
programs.dconf.enable = true;
|
||||||
|
|
||||||
# set root user pwd
|
# set root user pwd
|
||||||
users.users.root.password = "changeme";
|
users.users.root.password = "changeme";
|
||||||
|
|||||||
@@ -122,8 +122,6 @@
|
|||||||
|
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
|
|
||||||
programs.dconf.enable = true;
|
|
||||||
|
|
||||||
system.activationScripts.setupLibvirt = lib.stringAfter [ "var" ] ''
|
system.activationScripts.setupLibvirt = lib.stringAfter [ "var" ] ''
|
||||||
ln -nsf ${workDir}/vm/libvirt/my-image-pool.xml /var/lib/libvirt/storage/my-image-pool.xml
|
ln -nsf ${workDir}/vm/libvirt/my-image-pool.xml /var/lib/libvirt/storage/my-image-pool.xml
|
||||||
ln -nsf ${workDir}/vm/qemu/* /var/lib/libvirt/qemu/
|
ln -nsf ${workDir}/vm/qemu/* /var/lib/libvirt/qemu/
|
||||||
|
|||||||
Reference in New Issue
Block a user