virtualization, update

This commit is contained in:
Till 2024-08-08 23:37:21 +02:00
parent 43979d0a82
commit 013b6572b8
4 changed files with 19 additions and 15 deletions

View file

@ -24,8 +24,6 @@
allowedTCPPorts = [ 4000 ];
};
services.opensnitch.enable = true;
time.timeZone = "Europe/Berlin";
i18n.extraLocaleSettings = {
LC_TIME = "en_GB.UTF-8";
@ -47,7 +45,7 @@
enable = true;
};
# sound.enable = true;
# sound
hardware.pulseaudio.enable = false;
services.pipewire = {
enable = true;
@ -57,12 +55,10 @@
};
nixpkgs.config.allowUnfree = true;
nixpkgs.config.joypixels.acceptLicense = true;
programs.gnupg.agent = {
enable = true;
pinentryPackage = pkgs.pinentry-curses;
# enableSSHSupport = true;
};
programs.fish.enable = true;
@ -86,10 +82,13 @@
pwgen
tree
unzip
virt-manager
# libguestfs
# guestfs-tools
virtiofsd
wget
];
nixpkgs.config.joypixels.acceptLicense = true;
fonts.packages = with pkgs; [
jetbrains-mono
joypixels
@ -98,12 +97,14 @@
services = {
dbus.enable = true;
openssh.enable = true;
fwupd.enable = true;
printing.enable = true;
mullvad-vpn.enable = true;
mullvad-vpn.package = pkgs.mullvad-vpn;
};
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
programs.dconf.enable = true;
system.stateVersion = "22.11";