summaryrefslogtreecommitdiff
path: root/hosts/akashi/configuration.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-28 07:20:06 -0700
committerFuwn <[email protected]>2024-10-28 07:20:06 -0700
commit66aee595a1c230745614644261273615cbb53d5a (patch)
tree5c22fb41ea498468bdafd91b186928992440c1f7 /hosts/akashi/configuration.nix
parentserver: add harmonia (diff)
downloadnixos-config-66aee595a1c230745614644261273615cbb53d5a.tar.xz
nixos-config-66aee595a1c230745614644261273615cbb53d5a.zip
core: allow mosh as optional
Diffstat (limited to 'hosts/akashi/configuration.nix')
-rw-r--r--hosts/akashi/configuration.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/hosts/akashi/configuration.nix b/hosts/akashi/configuration.nix
index fa9e613..dd09c91 100644
--- a/hosts/akashi/configuration.nix
+++ b/hosts/akashi/configuration.nix
@@ -12,7 +12,11 @@
];
config = {
- modules.primaryUser = "ebisu";
+ modules = {
+ primaryUser = "ebisu";
+ mosh.enable = true;
+ };
+
system.stateVersion = "24.05";
networking.hostName = "akashi";
services.openssh.settings.PermitRootLogin = "yes";