diff options
Diffstat (limited to 'hosts/akashi')
| -rw-r--r-- | hosts/akashi/configuration.nix | 6 |
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"; |