summaryrefslogtreecommitdiff
path: root/config/networking/default.nix
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2023-03-18 13:34:13 +0100
committerquentin@aristote.fr <quentin@aristote.fr>2023-03-18 16:04:12 +0100
commite0259412d09499f30fdf7b3c579667313a991fa7 (patch)
treeb2621c0847de4f64cc15b82de5d6724f42bc1ccc /config/networking/default.nix
initial commit
Diffstat (limited to 'config/networking/default.nix')
-rw-r--r--config/networking/default.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/networking/default.nix b/config/networking/default.nix
new file mode 100644
index 0000000..9dac00f
--- /dev/null
+++ b/config/networking/default.nix
@@ -0,0 +1,13 @@
+{ pkgs, ... }:
+
+{
+ personal.networking = {
+ enable = true;
+ ssh.enable = true;
+ };
+
+ networking = {
+ hostName = "kerberos";
+ domain = "local";
+ };
+}