update
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user