mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
system/podman: have module available
This commit is contained in:
parent
19520eae7f
commit
7e9276152a
7 changed files with 56 additions and 6 deletions
10
machines/newton/system.nix
Normal file
10
machines/newton/system.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
# enabled system services
|
||||
{ config, lib, ... }:
|
||||
let
|
||||
secrets = config.sops.secrets;
|
||||
in
|
||||
{
|
||||
my.system = {
|
||||
podman.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue