This commit is contained in:
muon 2024-11-29 09:52:04 +00:00
parent dffc51471b
commit 32a36f5f80
3 changed files with 5 additions and 0 deletions

View file

@ -5,6 +5,8 @@ in {
# Hardware
imports = [ ./hardware-configuration.nix ];
boot.supportedFilesystems = [ "zfs" "ntfs" ];
environment.systemPackages = with inputs.nix-alien.packages.${system};
[ nix-alien ];