Update pinebook-pro.nix

This commit is contained in:
Aaron Honeycutt 2023-01-23 20:25:54 +00:00
parent 63bdd81ea1
commit 16f809b931

View file

@ -10,8 +10,6 @@
boot.kernelPackages = pkgs.linuxPackages_latest;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
boot.loader = {
efi = {
canTouchEfiVariables = false;
@ -57,6 +55,14 @@
"rtc_rk808"
];
nix.settings.auto-optimise-store = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
networking = {
hostName = "pbp";
networkmanager.enable = true;