Lots more Jupiter changes, wireless for all by default, no more earlyoom

This commit is contained in:
Bun 2025-04-28 22:57:47 -04:00
parent 5cdd5989dd
commit e6ab43c882
15 changed files with 113 additions and 65 deletions

View file

@ -129,7 +129,7 @@
# Theming and visibility
"browser.aboutConfig.showWarning" = false;
"browser.compactmode.show" = true;
"browser.tabs.inTitlebar" = 0;
"browser.tabs.inTitlebar" = 1;
"browser.theme.content-theme" = 0;
"browser.theme.toolbar-theme" = 0;
"browser.toolbars.bookmarks.visibility" = "never";

View file

@ -14,7 +14,6 @@
{ command = "wl-paste -t text --watch clipman store -P"; }
{ command = "wl-copy"; }
{ command = "mako"; }
{ command = "sunshine"; }
{ command = "rot8"; }
{ command = "wlsunset -s 22:30 -S 07:30"; }

View file

@ -7,7 +7,10 @@
dhcpcd.enable = false;
nftables.enable = true;
firewall.allowPing = false;
wireless.userControlled.enable = true;
wireless = {
enable = config.system.desktop.enable;
userControlled.enable = true;
};
nameservers = [
"2620:fe::11#dns11.quad9.net"
"2620:fe::fe:11#dns11.quad9.net"

View file

@ -2,7 +2,6 @@
{
imports = [
./displaymanager
./earlyoom
./gnome-keyring
./keyd
./libvirtd

View file

@ -1,4 +0,0 @@
{ ... }:
{
services.earlyoom.enable = true;
}

View file

@ -16,6 +16,7 @@
../../../../hosts/envy/id_ed25519.pub
../../../../hosts/intuos/id_ed25519.pub
../../../../hosts/jupiter/id_ed25519.pub
../../../../hosts/redmond/id_ed25519.pub
../../../../hosts/midas/id_ed25519.pub