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; networking.enable = true;
services.backup.enable = true; services.backup.enable = true;
services.monitoring.enable = true; services.monitoring.enable = true;
services.penpot.enable = true;
setups = { setups = {
desktop.enable = true; desktop.enable = true;
development.enable = true; development.enable = true;

View File

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

View File

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