nixos/machines/thinkman/system.nix

11 lines
139 B
Nix
Raw Normal View History

2022-12-05 22:53:04 +01:00
# enabled system services
{ config, lib, ... }:
let
secrets = config.sops.secrets;
in
{
my.system = {
podman.enable = true;
};
}