mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
hosts/ni/setups: update config
This commit is contained in:
parent
60a932a144
commit
c02a8fde36
@ -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;
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user