Brought atom up to date

This commit is contained in:
root
2021-04-17 12:32:53 -07:00
parent 8cac965a21
commit f25ada0c71
9 changed files with 80 additions and 29 deletions
-2
View File
@@ -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;
};
+1 -1
View File
@@ -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 = { };
};