mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
serverle: start using my-modules
This commit is contained in:
parent
ccac005f05
commit
87070966a0
1 changed files with 13 additions and 0 deletions
13
nixos/serverle/services.nix
Normal file
13
nixos/serverle/services.nix
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Deployed services
|
||||||
|
{ config, lib, ... }:
|
||||||
|
let
|
||||||
|
secrets = config.sops.secrets;
|
||||||
|
in
|
||||||
|
{
|
||||||
|
# List services that you want to enable:
|
||||||
|
my.services = {
|
||||||
|
ssh-server = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue