add nixos-facter to flash installer

This commit is contained in:
Jörg Thalheim
2024-09-20 13:30:39 +02:00
parent f4949b26c4
commit bd383a9f35

View File

@@ -49,6 +49,8 @@ in
(modulesPath + "/profiles/base.nix") (modulesPath + "/profiles/base.nix")
]; ];
environment.systemPackages = [ pkgs.nixos-facter ];
######################################################################################################## ########################################################################################################
# # # #
# Copied from: # # Copied from: #