summaryrefslogtreecommitdiff
path: root/configuration/core/services.nix
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-02-12 08:19:04 +0100
committerJasper Ras <jras@hostnet.nl>2025-02-12 08:19:04 +0100
commit07f84bb581e369ff79100f0417e9d277f3c1fb61 (patch)
tree64ec899f185a3d794791df191f53939dbc67be41 /configuration/core/services.nix
parent8fe481c0858702231335ad6c5eb850b293781b61 (diff)
alot of stuff
Diffstat (limited to 'configuration/core/services.nix')
-rw-r--r--configuration/core/services.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/configuration/core/services.nix b/configuration/core/services.nix
deleted file mode 100644
index f3d1d24..0000000
--- a/configuration/core/services.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ lib, ... }:
-{
- services = {
- openssh = {
- enable = true;
- openFirewall = lib.mkDefault false;
- settings.AllowUsers = [ "jras" ];
- };
- };
-}