reorganise code: os modules in flake.nix
Some checks failed
/ build-all (push) Failing after 57s

This commit is contained in:
ant 2026-03-10 21:36:23 +01:00
parent 38751363d4
commit 632061ac61
5 changed files with 45 additions and 53 deletions

View file

@ -6,9 +6,6 @@ let
sshKeys = (import ../../sshKeys.nix);
in {
imports = [
./hardware-configuration.nix
../common.nix
../3proxy.nix
inputs.simple-nixos-mailserver.nixosModule
];