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 = {
nixpkgs = {
hostPlatform = "aarch64-linux";
system = "aarch64-linux";
};
boot = {
tmp.cleanOnBoot = true;
loader = {

View file

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