Initialize quasar

This commit is contained in:
Invariantspace 2024-12-09 04:12:16 +00:00
parent 60579facc7
commit 211af9bd61
15 changed files with 616 additions and 72 deletions

11
linux/quasar/network.nix Normal file
View file

@ -0,0 +1,11 @@
{...}: {
networking = {
hostId = "d8999277";
networkmanager = {
enable = true;
wifi.backend = "iwd";
};
nftables.enable = true;
wireless.iwd.enable = true;
};
}