Fri 13 Sep 10:45:22 CEST 2024
This commit is contained in:
parent
61c210f2eb
commit
d435903a2d
|
@ -6,6 +6,15 @@
|
|||
];
|
||||
programs.ssh.matchBlocks."*".identityFile = "/home/server/.secrets/SSH/Kell/id_ed25519";
|
||||
|
||||
|
||||
dconf.settings = {
|
||||
"org/virt-manager/virt-manager/connections" = {
|
||||
autoconnect = ["qemu:///system"];
|
||||
uris = ["qemu:///system"];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
services.hyprpaper = {
|
||||
settings = {
|
||||
wallpaper = [
|
||||
|
|
|
@ -17,6 +17,12 @@
|
|||
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
services.logind.extraConfig = ''HandlePowerKey=suspend'';
|
||||
|
||||
# Virtualization
|
||||
virtualisation.libvirtd.enable = true;
|
||||
virtualisation.spiceUSBRedirection.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
users.users.user.extraGroups = [ "libvirtd" ];
|
||||
|
||||
# services.ollama = {
|
||||
# enable = true;
|
||||
# };
|
||||
|
|
Loading…
Reference in New Issue