mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 10:30:14 +01:00
vpn1 is aarch64
This commit is contained in:
parent
fe788df84d
commit
2764393d06
|
@ -8,6 +8,11 @@
|
|||
];
|
||||
|
||||
config = {
|
||||
nixpkgs = {
|
||||
hostPlatform = "aarch64-linux";
|
||||
system = "aarch64-linux";
|
||||
};
|
||||
|
||||
boot = {
|
||||
tmp.cleanOnBoot = true;
|
||||
loader = {
|
||||
|
|
|
@ -46,6 +46,7 @@ in {
|
|||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
ncdu
|
||||
htop
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue