918c32299e
Allows to use it with other things, such as ... mine.shared.lib mine.shared.meta mine.shared.settings
11 lines
146 B
Nix
11 lines
146 B
Nix
{
|
|
imports = [
|
|
./shared.nix
|
|
|
|
./zrepl.nix
|
|
./disko.nix
|
|
./state.nix
|
|
./ssh-luks-zfs-on-boot.nix
|
|
./easy-zfs-mounts.nix
|
|
];
|
|
}
|