nixConfig/nixos/machines/ghatanothoa/configuration.nix

16 lines
260 B
Nix
Raw Normal View History

2023-10-18 15:04:30 +00:00
flake-inputs:
{config, pkgs, lib, ... }: {
imports = [
./hardware-configuration.nix
2023-10-20 09:04:40 +00:00
(import ./jitsi.nix flake-inputs)
2023-10-18 15:04:30 +00:00
../../roles
./network.nix
];
# System configuration here
networking.hostName = "ghatanothoa";
system.stateVersion = "23.11";
}