mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 03:33:00 -06:00
Update pinebook-pro.nix
This commit is contained in:
parent
63bdd81ea1
commit
16f809b931
1 changed files with 8 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue