nixConfig/nixos/machines/ghatanothoa/configuration.nix
2023-10-20 23:10:28 +02:00

15 lines
260 B
Nix

flake-inputs:
{config, pkgs, lib, ... }: {
imports = [
./hardware-configuration.nix
(import ./jitsi.nix flake-inputs)
../../roles
./network.nix
];
# System configuration here
networking.hostName = "ghatanothoa";
system.stateVersion = "23.11";
}