25 lines
417 B
Nix
25 lines
417 B
Nix
{
|
|
# imports = [
|
|
# ./logind.nix
|
|
# ../../../system
|
|
# ];
|
|
# imports = [
|
|
# ./logind.nix
|
|
# ../../../modules/ssh.nix
|
|
# ../../../modules/sunshine.nix
|
|
# ];
|
|
|
|
# modules = {
|
|
# sunshine = {
|
|
# enable = true;
|
|
# autostart = true;
|
|
# };
|
|
# };
|
|
# services = {
|
|
# blueman.enable = true;
|
|
# fwupd.enable = true;
|
|
# printing.enable = true;
|
|
# openssh.enable = true;
|
|
# };
|
|
}
|