diff --git a/nixos/beefcake.nix b/nixos/beefcake.nix index 7806f07..245e69f 100644 --- a/nixos/beefcake.nix +++ b/nixos/beefcake.nix @@ -748,6 +748,7 @@ in { createLocally = true; # uri = "postgresql://atuin@localhost:5432/atuin"; }; + openRegistration = false; }; virtualisation.oci-containers.backend = "podman"; diff --git a/nixos/dragon.nix b/nixos/dragon.nix index cb3a3f1..0ea6dae 100644 --- a/nixos/dragon.nix +++ b/nixos/dragon.nix @@ -17,27 +17,6 @@ inputs.hardware.nixosModules.common-pc-ssd outputs.nixosModules.pipewire-low-latency - ({ - config, - pkgs, - lib, - ... - }: - with lib; let - cfg = config.services.myservice; - in { - options.services.myservice = { - enable = mkEnableOption "Enables the api.lyte.dev service"; - }; - - config = mkIf cfg.enable { - networking.hostName = "anything-to-test"; - }; - }) - { - services.myservice.enable = true; - } - desktop-usage podman postgres