refactor: clean up dead code
This commit is contained in:
parent
4a09825289
commit
6830cc6042
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, nixosConfig, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./steam.nix ./lutris.nix ];
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
shellAliases = import ./aliases.nix;
|
||||
|
|
|
@ -3,11 +3,8 @@
|
|||
let
|
||||
dataDir = "/var/lib/focalboard";
|
||||
ociBackend = config.virtualisation.oci-containers.backend;
|
||||
containersHost = "localhost";
|
||||
port = 8003;
|
||||
domain = "boards.felschr.com";
|
||||
dbHost = containersHost;
|
||||
dbPort = toString config.services.postgresql.port;
|
||||
dbUser = "focalboard";
|
||||
dbName = "focalboard";
|
||||
dbPasswordFile = config.age.secrets.focalboard-db-password.path;
|
||||
|
|
Loading…
Reference in a new issue