summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--machines/feneri.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/feneri.nix b/machines/feneri.nix
index d731a36..2f3878b 100644
--- a/machines/feneri.nix
+++ b/machines/feneri.nix
@@ -3,6 +3,7 @@
{
imports = [
flake.outputs.nixosModules.disk
+ flake.outputs.nixosModules.network
(modulesPath + "/profiles/qemu-guest.nix")
];
@@ -13,6 +14,10 @@
# device = "/dev/vda";
};
+ depot.net = {
+ sshd.enable = true;
+ };
+
services.getty.autologinUser = "root";
networking.hostName = "feneri";