This commit is contained in:
Daniel Flanagan 2024-02-21 23:32:47 -06:00
parent 44b0b89f64
commit 054cbfc93d
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
2 changed files with 1 additions and 21 deletions

View file

@ -748,6 +748,7 @@ in {
createLocally = true;
# uri = "postgresql://atuin@localhost:5432/atuin";
};
openRegistration = false;
};
virtualisation.oci-containers.backend = "podman";

View file

@ -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