nix-config/hosts/nixos/porthos/default.nix
Bruno BELANYI bb750b118f
Some checks failed
ci/woodpecker/push/check Pipeline failed
WIP: breaking change
2024-12-13 19:24:25 -05:00

22 lines
353 B
Nix

# Porthos specific settings
{ ... }:
{
imports = [
./boot.nix
./hardware.nix
./home.nix
./networking.nix
./secrets
./services.nix
./system.nix
./users.nix
];
# Set your time zone.
time.timeZone = "Europe/Paris";
time.timeZone = "Europe/London";
system.stateVersion = "24.05"; # Did you read the comment?
}