hosts/ni/setups: update config

This commit is contained in:
Gabriel Arazas 2024-12-09 19:21:53 +08:00
parent 60a932a144
commit c02a8fde36
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
3 changed files with 6 additions and 2 deletions

View File

@ -19,6 +19,7 @@
networking.enable = true;
services.backup.enable = true;
services.monitoring.enable = true;
services.penpot.enable = true;
setups = {
desktop.enable = true;
development.enable = true;

View File

@ -24,8 +24,6 @@ in
# Allow USB redirections to machines.
virtualisation.spiceUSBRedirection.enable = lib.mkDefault true;
# Replace container runtime to Docker.
virtualisation.podman.enable = lib.mkForce false;
virtualisation.docker = {
enable = true;
autoPrune = {
@ -39,6 +37,8 @@ in
[
# For debugging build environments in Nix packages.
cntr
devpod-desktop
];
# Enable the terminal emulator of choice.

View File

@ -20,10 +20,13 @@ in
pcsx2
dolphin
citra
mame
];
# Bring more of them games.
environment.systemPackages = with pkgs; [
rpcs3
dwarf-fortress # Losing only means more possibilities to play.
mindustry # Not a Minecraft industry simulator.
minetest # Free Minecraft.