framework-2024-10-07-20-05-35

This commit is contained in:
Alexander Szczepanski
2024-10-07 20:05:35 +02:00
parent 9ad09197c8
commit ca9c54132c
2 changed files with 11 additions and 1 deletions

View File

@ -68,7 +68,13 @@ in
# system = "x86_64-linux";
# };
nix.settings.system-features = [ "nixos-test" "benchmark" "big-parallel" "kvm" "gccarch-alderlake" ];
nix.settings.system-features = [
"nixos-test"
"benchmark"
"big-parallel"
"kvm"
"gccarch-alderlake"
];
networking = {
hostName = "framework";