feat: speedtest

This commit is contained in:
s-prechtl 2025-07-01 16:00:04 +02:00
parent 91f39d5851
commit 77d29313ee
5 changed files with 27 additions and 6 deletions

View file

@ -19,9 +19,10 @@ in {
networking.hostName = "hitsugibune";
time.timeZone = "Europe/Vienna";
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"corefonts"
];
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"corefonts"
];
environment.systemPackages = with pkgs; [
vim