Levitation installation tweaks

This commit is contained in:
Nathan McCarty 2023-07-03 19:41:32 -04:00
parent a3de7dd018
commit 83669e037e
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
2 changed files with 3 additions and 8 deletions

View File

@ -36,10 +36,10 @@ in with lib; {
extraConfig = '' extraConfig = ''
# Set environment variables to force wayland # Set environment variables to force wayland
env = XCURSOR_SIZE,24 env = XCURSOR_SIZE,24
env = GDK_BACKEND,wayland,x11 # env = GDK_BACKEND,wayland,x11
env = QT_QPA_PLATFORM,wayland;xcb env = QT_QPA_PLATFORM,wayland;xcb
env = SDL_VIDEODRIVER,wayland env = SDL_VIDEODRIVER,wayland
env = CLUTTER_BACKEND,wayland # env = CLUTTER_BACKEND,wayland
input { input {
kb_layout = us kb_layout = us
kb_variant = kb_variant =

View File

@ -60,11 +60,6 @@ in {
}; };
windows = { windows = {
enable = false; enable = false;
mount = {
device = "/dev/nvme0n1p2";
mountPoint = "/mnt/windows";
keyFile = config.sops.secrets."windows-bitlocker-key".path;
};
}; };
}; };
}; };
@ -72,7 +67,7 @@ in {
networking = { networking = {
domain = "mccarty.io"; domain = "mccarty.io";
useDHCP = true; useDHCP = true;
nat.externalInterface = "enp5s0"; nat.externalInterface = "enp6s0";
# Open ports for soulseek and weylus # Open ports for soulseek and weylus
firewall = { firewall = {
allowedTCPPorts = [ 61377 1701 9001 ]; allowedTCPPorts = [ 61377 1701 9001 ];