Files
dotfiles/hosts/remilia/default.nix
natto1784 53b18802dd Remilia: updates
services: add znc and some random changes
networking: random changes
mailserver: add masti@weirdnatto.in
and some other misc changes
2022-03-09 10:53:07 +05:30

14 lines
175 B
Nix
Executable File

{lib, config, ...}:
{
imports =
[
./networking.nix
./hardware.nix
./boot.nix
./services.nix
./mailserver.nix
];
system.stateVersion = "21.11";
}