vpn1 is aarch64

This commit is contained in:
Vinzenz Schroeter 2023-09-11 21:42:33 +02:00
parent fe788df84d
commit 2764393d06
2 changed files with 6 additions and 0 deletions

View file

@ -8,6 +8,11 @@
]; ];
config = { config = {
nixpkgs = {
hostPlatform = "aarch64-linux";
system = "aarch64-linux";
};
boot = { boot = {
tmp.cleanOnBoot = true; tmp.cleanOnBoot = true;
loader = { loader = {

View file

@ -46,6 +46,7 @@ in {
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
ncdu ncdu
htop
]; ];
}; };
}; };