mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Cleanup
This commit is contained in:
parent
4a53840cbf
commit
0b5ff57d67
1 changed files with 16 additions and 12 deletions
|
|
@ -19,11 +19,14 @@
|
|||
wlr-randr
|
||||
];
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
hardware.graphics.enable = true;
|
||||
hardware.raspberry-pi."4".fkms-3d.enable = true;
|
||||
hardware = {
|
||||
enableRedistributableFirmware = true;
|
||||
graphics.enable = true;
|
||||
raspberry-pi."4".fkms-3d.enable = true;
|
||||
};
|
||||
|
||||
networking.wireless = {
|
||||
networking = {
|
||||
wireless = {
|
||||
enable = true;
|
||||
networks = {
|
||||
# Home
|
||||
|
|
@ -34,6 +37,7 @@
|
|||
};
|
||||
secretsFile = "${config.sops.secrets.wifi_creds.path}";
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(final: super: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue