ooknet/modules/nixos/server/profiles/linode/base/default.nix

7 lines
81 B
Nix

{
imports = [
./boot.nix
./networking.nix
./file-system.nix
];
}