This commit is contained in:
2026-04-12 01:10:24 +02:00
parent b1a4493c9d
commit 7101cd0860
7 changed files with 269 additions and 103 deletions

View File

@@ -40,7 +40,7 @@ fileSystems."mnt/win" = {
swapDevices = [
{
device = "/var/lib/swapfile";
size = 16 * 1024;
size = 32 * 1024;
}
];
@@ -71,7 +71,7 @@ powerManagement.enable = true;
# users.extraGroups.vboxusers.members = [ "nico" ];
# # virtualisation.virtualbox.guest.enable = true;
# # virtualisation.virtualbox.guest.dragAndDrop = true;
# virtualisation.docker.enable = true;
virtualisation.docker.enable = true;
# Set your time zone.
time.timeZone = "Europe/Berlin";
@@ -177,20 +177,19 @@ programs.nix-ld.enable = true;
# grayjay
signal-desktop
obsidian
discord
anki
# anki
grayjay
lutris
qbittorrent
vim
wget
git
tree
ntfs3g
heroic
wineWowPackages.stable
wineWow64Packages.stable
sshfs
devenv
logiops
# sway
networkmanager
@@ -238,7 +237,12 @@ hardware.amdgpu.opencl.enable = true;
# List services that you want to enable:
services.openssh.enable = true;
services.openssh = {
enable = true;
settings = {
X11Forwarding = true;
};
};
# Open ports in the firewall. networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ]; Or disable the firewall altogether.