cleanup more hardware stuff

This commit is contained in:
Christoph Cullmann 2024-10-10 21:59:50 +02:00
parent 8f0a0e82c8
commit 2863241423
No known key found for this signature in database
4 changed files with 21 additions and 18 deletions

View file

@ -25,6 +25,9 @@ in
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "23.05"; # Did you read the comment?
# atm all stuff is x86_64
nixpkgs.hostPlatform = "x86_64-linux";
# enable ZFS
boot.supportedFilesystems = [ "zfs" ];