Brought atom up to date
This commit is contained in:
@@ -122,9 +122,7 @@ in {
|
||||
};
|
||||
settings = mkIf (cfg.ssh != null) {
|
||||
server = {
|
||||
START_SSH_SERVER = true;
|
||||
SSH_DOMAIN = cfg.hostname;
|
||||
# SSH_PORT = cfg.ssh.listen-port;
|
||||
SSH_LISTEN_PORT = cfg.ssh.listen-port;
|
||||
SSH_LISTEN_HOST = cfg.ssh.listen-ip;
|
||||
};
|
||||
|
||||
@@ -19,7 +19,7 @@ let
|
||||
|
||||
in {
|
||||
options.fudo.wireless-networks = mkOption {
|
||||
type = with types; listOf (submodule networkOpts);
|
||||
type = with types; attrsOf (submodule networkOpts);
|
||||
description = "A map of wireless networks to attributes (including key).";
|
||||
default = { };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user