init
This commit is contained in:
parent
6a95af0656
commit
6447202f7f
11 changed files with 235 additions and 0 deletions
10
shared/commons.nix
Executable file
10
shared/commons.nix
Executable file
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
# Import dependencies
|
||||
imports = [
|
||||
./commons/basics.nix
|
||||
./commons/ssh.nix
|
||||
./commons/sudo.nix
|
||||
./commons/networking.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue