fixed up vault config
This commit is contained in:
parent
ca94555776
commit
e1920145a2
2 changed files with 2 additions and 14 deletions
|
@ -2,12 +2,7 @@
|
|||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
|
||||
{ config, pkgs, hosts, ... }:
|
||||
let
|
||||
port = 8200;
|
||||
clusterPort = 8201;
|
||||
ip = config.deployment.targetHost;
|
||||
in {
|
||||
{ config, pkgs, hosts, ... }: {
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue