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

@ -6,18 +6,15 @@
./filesystems
./hardware
./jovian
./network
./users
../../modules/system
];
networking = {
hostName = "jupiter";
networkmanager.enable = true;
};
networking.hostName = "jupiter";
system = {
desktop.enable = true;
stateVersion = "24.05";
steamdeck.enable = true;
stateVersion = "24.11";
};
}