Merge branch 'nixos' of ssh://git.lyte.dev:2222/lytedev/dotfiles into nixos
This commit is contained in:
commit
b80cc81620
2 changed files with 11 additions and 6 deletions
3
env/nix/modules/users/daniel.nix
vendored
3
env/nix/modules/users/daniel.nix
vendored
|
@ -33,8 +33,9 @@
|
||||||
autoconf
|
autoconf
|
||||||
ncurses
|
ncurses
|
||||||
weechat
|
weechat
|
||||||
|
python39Full
|
||||||
jq
|
jq
|
||||||
xfce.thunar xfce.thunar-archive-plugin # xfce.thunar-volman
|
xfce.thunar xfce.thunar-archive-plugin xfce.thunar-volman
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
6
env/nix/profiles/base.nix
vendored
6
env/nix/profiles/base.nix
vendored
|
@ -38,7 +38,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
openssh.enable = true;
|
openssh = {
|
||||||
|
enable = true;
|
||||||
|
passwordAuthentication = false;
|
||||||
|
permitRootLogin = "no";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
console = {
|
console = {
|
||||||
|
|
Reference in a new issue