Atuin
This commit is contained in:
parent
44b0b89f64
commit
054cbfc93d
2 changed files with 1 additions and 21 deletions
|
@ -748,6 +748,7 @@ in {
|
|||
createLocally = true;
|
||||
# uri = "postgresql://atuin@localhost:5432/atuin";
|
||||
};
|
||||
openRegistration = false;
|
||||
};
|
||||
|
||||
virtualisation.oci-containers.backend = "podman";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue