diff --git a/flake.nix b/flake.nix index 94f6fef..d0a4256 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,6 @@ FCS-Tristan-Nixbook = mkConf [ - # inputs.hyprland.nixosModules.default ./hardware/fcs-tristan-nixbook.nix (auto-login "Hyprland") ./nixos/modules/work.nix diff --git a/nixos/modules/podman.nix b/nixos/modules/podman.nix index 921d4dc..f9cd6a7 100644 --- a/nixos/modules/podman.nix +++ b/nixos/modules/podman.nix @@ -79,6 +79,7 @@ in { options.podman = mkOption { type = types.attrsOf (types.submodule opts); + default = {}; }; config = { systemd.services = lib.mapAttrs mkService config.podman;