From 054cbfc93d19bfe827e8477479541fde3978ce76 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 21 Feb 2024 23:32:47 -0600 Subject: [PATCH] Atuin --- nixos/beefcake.nix | 1 + nixos/dragon.nix | 21 --------------------- 2 files changed, 1 insertion(+), 21 deletions(-) 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