zenix: fix podman module
This commit is contained in:
parent
457faf8c0c
commit
09c776c912
2 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,6 @@
|
|||
|
||||
FCS-Tristan-Nixbook =
|
||||
mkConf [
|
||||
# inputs.hyprland.nixosModules.default
|
||||
./hardware/fcs-tristan-nixbook.nix
|
||||
(auto-login "Hyprland")
|
||||
./nixos/modules/work.nix
|
||||
|
|
|
|||
|
|
@ -79,6 +79,7 @@
|
|||
in {
|
||||
options.podman = mkOption {
|
||||
type = types.attrsOf (types.submodule opts);
|
||||
default = {};
|
||||
};
|
||||
config = {
|
||||
systemd.services = lib.mapAttrs mkService config.podman;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue