# NixOS configuration of carotte.sourcephile.fr { inputs, hostName, ... }: { nixpkgs.hostPlatform = { system = "armv7l-linux"; config = "armv7l-unknown-linux-gnueabihf"; }; imports = [ { install.substituteOnDestination = false; } ../nixos/defaults.nix ../nixos/profiles/systems/debug.nix #carotte/fileSystems.nix carotte/hardware.nix carotte/hostapd.nix carotte/networking.nix carotte/security.nix carotte/system.nix carotte/users.nix (inputs.secrets + "/hosts/${hostName}/users.nix") #carotte/xserver.nix ]; }