8 lines
81 B
Nix
8 lines
81 B
Nix
|
{ ... }: {
|
||
|
import = [
|
||
|
./sops.nix
|
||
|
./root-user.nix
|
||
|
./sshd.nix
|
||
|
];
|
||
|
}
|