cleanup more hardware stuff
This commit is contained in:
parent
8f0a0e82c8
commit
2863241423
4 changed files with 21 additions and 18 deletions
|
@ -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" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue