update Rico1

This commit is contained in:
Adithya 2024-06-26 00:02:40 +05:30
parent 0c8aa6ff1a
commit ea74b4294f
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
3 changed files with 1 additions and 4 deletions

View file

@ -4,7 +4,6 @@ _: {
hardware = {
deviceTree = {
enable = true;
filter = "*rpi-4-*.dtb";
};
raspberry-pi."4" = {
apply-overlays-dtmerge.enable = true;

View file

@ -1,6 +1,6 @@
{ lib
, ...
}: {
boot.supportedFilesystems = lib.mkForce [ "vfat" "btrfs" "ext4" "tmpfs" ];
boot.supportedFilesystems = lib.mkForce [ "vfat" "btrfs" "ext4" ];
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
}

View file

@ -1,7 +1,5 @@
{ lib, ... }: {
networking = {
hostName = "Rico1";
nameservers = [
"2620:fe::fe#dns.quad9.net"
"9.9.9.9#dns.quad9.net"