Skip to content

Commit

Permalink
kala: enable sites and services.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Sep 15, 2024
1 parent 96e61d7 commit 7320b94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 8 additions & 8 deletions hosts/kala.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
lib,
...
}: {
# imports = [
# ../sites
# ];
imports = [
../sites
];

system.stateVersion = "23.11";

# nixpkgs.config.allowUnfreePredicate = pkg:
# builtins.elem (lib.getName pkg) [
# "outline"
# ];
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"outline"
];

vyxos = {
secrets = {
Expand All @@ -58,7 +58,7 @@
};
};
};
# fxsync.enable = true;
fxsync.enable = true;
};

users.users = {
Expand Down
2 changes: 0 additions & 2 deletions modules/net/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ in {
{
inherit (cfg) hostId;
nameservers = ["1.1.1.1" "1.0.0.1"];
# Note to self: please remember we also have a default-deny enabled at
# our cloud provider.
firewall = {
enable = mkDefault true;
allowedTCPPorts = [];
Expand Down

0 comments on commit 7320b94

Please sign in to comment.