Freya: fix config for 23.05
This commit is contained in:
parent
03d0fb8887
commit
a1855d7e14
2 changed files with 5 additions and 6 deletions
|
|
@ -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 ++ [
|
||||
|
|
|
|||
|
|
@ -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