added NxACE (untested)
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
{ config, pkgs, lib, host, ... }:
|
||||
lib.mkIf (host == "NxNORTH")
|
||||
{
|
||||
config = lib.mkIf (host == "NxNORTH") {
|
||||
home.packages = with pkgs; [
|
||||
virt-manager
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
virt-manager
|
||||
];
|
||||
|
||||
# programs.virt-manager.enable = true; # needs this in virtualization.nix
|
||||
dconf.settings = {
|
||||
"org/virt-manager/virt-manager/connections" = {
|
||||
autoconnect = [ "qemu:///system" ];
|
||||
uris = [ "qemu:///system" ];
|
||||
};
|
||||
# programs.virt-manager.enable = true; # needs this in virtualization.nix
|
||||
dconf.settings = {
|
||||
"org/virt-manager/virt-manager/connections" = {
|
||||
autoconnect = [ "qemu:///system" ];
|
||||
uris = [ "qemu:///system" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user