This commit is contained in:
Sic mundus creatus est 2025-07-18 01:40:21 +02:00
parent 6a95af0656
commit 6447202f7f
11 changed files with 235 additions and 0 deletions

10
shared/commons.nix Executable file
View file

@ -0,0 +1,10 @@
{ ... }:
{
# Import dependencies
imports = [
./commons/basics.nix
./commons/ssh.nix
./commons/sudo.nix
./commons/networking.nix
];
}