1 # NixOS configuration of carotte.sourcephile.fr
2 { inputs, hostName, ... }:
4 nixpkgs.hostPlatform = {
5 system = "armv7l-linux";
6 config = "armv7l-unknown-linux-gnueabihf";
10 install.substituteOnDestination = false;
13 ../nixos/profiles/systems/debug.nix
14 #carotte/fileSystems.nix
18 carotte/networking.nix
22 (inputs.secrets + "/hosts/${hostName}/users.nix")