Levitation installation tweaks
This commit is contained in:
parent
a3de7dd018
commit
83669e037e
|
@ -36,10 +36,10 @@ in with lib; {
|
|||
extraConfig = ''
|
||||
# Set environment variables to force wayland
|
||||
env = XCURSOR_SIZE,24
|
||||
env = GDK_BACKEND,wayland,x11
|
||||
# env = GDK_BACKEND,wayland,x11
|
||||
env = QT_QPA_PLATFORM,wayland;xcb
|
||||
env = SDL_VIDEODRIVER,wayland
|
||||
env = CLUTTER_BACKEND,wayland
|
||||
# env = CLUTTER_BACKEND,wayland
|
||||
input {
|
||||
kb_layout = us
|
||||
kb_variant =
|
||||
|
|
|
@ -60,11 +60,6 @@ in {
|
|||
};
|
||||
windows = {
|
||||
enable = false;
|
||||
mount = {
|
||||
device = "/dev/nvme0n1p2";
|
||||
mountPoint = "/mnt/windows";
|
||||
keyFile = config.sops.secrets."windows-bitlocker-key".path;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -72,7 +67,7 @@ in {
|
|||
networking = {
|
||||
domain = "mccarty.io";
|
||||
useDHCP = true;
|
||||
nat.externalInterface = "enp5s0";
|
||||
nat.externalInterface = "enp6s0";
|
||||
# Open ports for soulseek and weylus
|
||||
firewall = {
|
||||
allowedTCPPorts = [ 61377 1701 9001 ];
|
||||
|
|
Loading…
Reference in New Issue