Freya: fix config for 23.05

This commit is contained in:
Filippo Berto 2023-06-05 14:59:26 +02:00
parent 03d0fb8887
commit a1855d7e14
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 5 additions and 6 deletions

View file

@ -196,13 +196,13 @@
system = "aarch64-linux";
modules = commonModules ++ [
nixos-hardware.nixosModules.raspberry-pi-4
./freya/hardware-configuration.nix
./freya/configuration.nix
({ lib, ... }: {
boot.supportedFilesystems = lib.mkForce [ "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs" ];
})
./freya/hardware-configuration.nix
./freya/configuration.nix
./nixos_modules/garage.nix
# ./nixos_modules/nextcloud.nix
] ++ homeManagerModules ++ [

View file

@ -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;