blob: 2bf401a5d41998bcad54cef3eb8d85dc0c7ca28e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  | 
{ ... }:
{
  imports = [
    ../server/configuration.nix
    ./hardware-configuration.nix
    ./modules/network
    ./modules/users.nix
    ./modules/lxc.nix
    ./modules/headscale.nix
  ];
  networking.hostName = "lia";
}
 
  |