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 =
|
FCS-Tristan-Nixbook =
|
||||||
mkConf [
|
mkConf [
|
||||||
# inputs.hyprland.nixosModules.default
|
|
||||||
./hardware/fcs-tristan-nixbook.nix
|
./hardware/fcs-tristan-nixbook.nix
|
||||||
(auto-login "Hyprland")
|
(auto-login "Hyprland")
|
||||||
./nixos/modules/work.nix
|
./nixos/modules/work.nix
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,7 @@
|
||||||
in {
|
in {
|
||||||
options.podman = mkOption {
|
options.podman = mkOption {
|
||||||
type = types.attrsOf (types.submodule opts);
|
type = types.attrsOf (types.submodule opts);
|
||||||
|
default = {};
|
||||||
};
|
};
|
||||||
config = {
|
config = {
|
||||||
systemd.services = lib.mapAttrs mkService config.podman;
|
systemd.services = lib.mapAttrs mkService config.podman;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue