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";
|
system = "aarch64-linux";
|
||||||
modules = commonModules ++ [
|
modules = commonModules ++ [
|
||||||
nixos-hardware.nixosModules.raspberry-pi-4
|
nixos-hardware.nixosModules.raspberry-pi-4
|
||||||
./freya/hardware-configuration.nix
|
|
||||||
./freya/configuration.nix
|
|
||||||
|
|
||||||
({ lib, ... }: {
|
({ lib, ... }: {
|
||||||
boot.supportedFilesystems = lib.mkForce [ "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs" ];
|
boot.supportedFilesystems = lib.mkForce [ "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs" ];
|
||||||
})
|
})
|
||||||
|
|
||||||
|
./freya/hardware-configuration.nix
|
||||||
|
./freya/configuration.nix
|
||||||
|
|
||||||
./nixos_modules/garage.nix
|
./nixos_modules/garage.nix
|
||||||
# ./nixos_modules/nextcloud.nix
|
# ./nixos_modules/nextcloud.nix
|
||||||
] ++ homeManagerModules ++ [
|
] ++ homeManagerModules ++ [
|
||||||
|
|
|
||||||
|
|
@ -11,15 +11,14 @@
|
||||||
bluetooth = { enable = true; package = pkgs.bluezFull; };
|
bluetooth = { enable = true; package = pkgs.bluezFull; };
|
||||||
opengl = { enable = true; driSupport = true; };
|
opengl = { enable = true; driSupport = true; };
|
||||||
raspberry-pi."4" = {
|
raspberry-pi."4" = {
|
||||||
audio.enable = true;
|
# audio.enable = true; # AUDIO
|
||||||
fkms-3d.enable = true; # GPU
|
# fkms-3d.enable = true; # GPU
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
i18n.defaultLocale = "it_IT.UTF-8";
|
i18n.defaultLocale = "it_IT.UTF-8";
|
||||||
|
|
||||||
networking.hostName = "freya";
|
networking.hostName = "freya";
|
||||||
# networking.firewall.allowedTCPPorts = [ 80 ];
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowPing = true;
|
allowPing = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue