bye derek
This commit is contained in:
@@ -21,13 +21,13 @@ let
|
|||||||
wgHomelab = config.my.subnets.wg-homelab;
|
wgHomelab = config.my.subnets.wg-homelab;
|
||||||
};
|
};
|
||||||
ports = {
|
ports = {
|
||||||
giteaSsh = config.my.ports.giteaSsh;
|
inherit (config.my.ports) giteaSsh;
|
||||||
ssh = config.my.ports.ssh;
|
inherit (config.my.ports) ssh;
|
||||||
web = [
|
web = [
|
||||||
80
|
80
|
||||||
443
|
443
|
||||||
];
|
];
|
||||||
wg = config.my.ports.wg;
|
inherit (config.my.ports) wg;
|
||||||
syncthing = config.my.ports.syncthingRelay;
|
syncthing = config.my.ports.syncthingRelay;
|
||||||
synapseFederation = config.my.ports.synapseSsl;
|
synapseFederation = config.my.ports.synapseSsl;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ in
|
|||||||
../../config/base.nix
|
../../config/base.nix
|
||||||
../../config/stylix.nix
|
../../config/stylix.nix
|
||||||
../../environments/gnome.nix
|
../../environments/gnome.nix
|
||||||
../../config/derek.nix
|
|
||||||
];
|
];
|
||||||
my = import ./toggles.nix { inherit inputs; } // {
|
my = import ./toggles.nix { inherit inputs; } // {
|
||||||
nix.cores = 8;
|
nix.cores = 8;
|
||||||
@@ -33,10 +32,6 @@ in
|
|||||||
"nixserver"
|
"nixserver"
|
||||||
"nixminiserver"
|
"nixminiserver"
|
||||||
];
|
];
|
||||||
environments.gnome.users = [
|
|
||||||
"jawz"
|
|
||||||
"bearded_dragonn"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
sops.secrets."workstation/private" = lib.mkIf config.my.secureHost {
|
sops.secrets."workstation/private" = lib.mkIf config.my.secureHost {
|
||||||
sopsFile = ../../secrets/wireguard.yaml;
|
sopsFile = ../../secrets/wireguard.yaml;
|
||||||
|
|||||||
Reference in New Issue
Block a user