desktop: clean up
This commit is contained in:
parent
9acf72a648
commit
dd370bdebb
41 changed files with 6 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
superadmins = [
|
||||
../../../../pubkeys/raito.keys
|
||||
../../../../pubkeys/gdd.keys
|
||||
../../../../pubkeys/BiBi.keys
|
||||
../../../../pubkeys/sinavir.keys
|
||||
../../../pubkeys/raito.keys
|
||||
../../../pubkeys/gdd.keys
|
||||
../../../pubkeys/BiBi.keys
|
||||
../../../pubkeys/sinavir.keys
|
||||
];
|
||||
in
|
||||
{
|
4
meta.nix
4
meta.nix
|
@ -5,7 +5,7 @@ let
|
|||
|
||||
metadata = {
|
||||
nodes = {
|
||||
milieu = {
|
||||
hackens-milieu = {
|
||||
deployment = {
|
||||
targetHost = null; #"milieu.cave.hackens.org";
|
||||
# targetPort = 4243;
|
||||
|
@ -13,7 +13,7 @@ let
|
|||
};
|
||||
imports = [agenix];
|
||||
};
|
||||
org = {
|
||||
hackens-org = {
|
||||
deployment = {
|
||||
targetHost = "server1.hackens.org"; # todo make something with ens firewall
|
||||
targetPort = 2222;
|
||||
|
|
Loading…
Reference in a new issue