Levitation installation tweaks
This commit is contained in:
parent
a3de7dd018
commit
83669e037e
|
@ -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 =
|
||||||
|
|
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in New Issue