services: add znc and some random changes networking: random changes mailserver: add masti@weirdnatto.in and some other misc changes
14 lines
175 B
Nix
Executable File
14 lines
175 B
Nix
Executable File
{lib, config, ...}:
|
|
{
|
|
imports =
|
|
[
|
|
./networking.nix
|
|
./hardware.nix
|
|
./boot.nix
|
|
./services.nix
|
|
./mailserver.nix
|
|
];
|
|
|
|
system.stateVersion = "21.11";
|
|
}
|