Freya: fix config for 23.05
This commit is contained in:
parent
03d0fb8887
commit
a1855d7e14
2 changed files with 5 additions and 6 deletions
|
|
@ -11,15 +11,14 @@
|
|||
bluetooth = { enable = true; package = pkgs.bluezFull; };
|
||||
opengl = { enable = true; driSupport = true; };
|
||||
raspberry-pi."4" = {
|
||||
audio.enable = true;
|
||||
fkms-3d.enable = true; # GPU
|
||||
# audio.enable = true; # AUDIO
|
||||
# fkms-3d.enable = true; # GPU
|
||||
};
|
||||
};
|
||||
|
||||
i18n.defaultLocale = "it_IT.UTF-8";
|
||||
|
||||
networking.hostName = "freya";
|
||||
# networking.firewall.allowedTCPPorts = [ 80 ];
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowPing = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue