Fri 13 Sep 10:45:22 CEST 2024

This commit is contained in:
Thomas Avé 2024-09-13 10:45:22 +02:00
parent 61c210f2eb
commit d435903a2d
3 changed files with 105 additions and 90 deletions

View File

@ -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 = [

View File

@ -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;
# };