feat(ssh/openssh): overhauling ssh and openssh modules

This commit is contained in:
2025-09-10 18:50:49 +02:00
parent 00acad3833
commit 65de9592a0
10 changed files with 176 additions and 105 deletions

View File

@@ -20,11 +20,13 @@
smodPath = "${self}/modules/system";
inherit (inputs.nixpkgs.lib) nixosSystem;
inherit (self) outputs;
specialArgs = {
inherit
cLib
inputs
outputs
self
userConfig
systemConfig

View File

@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJjoPdpiF8pjKN3ZEHeLEwVxoqwcCdzpVVlZkxJohFdg root@cnix

View File

@@ -65,6 +65,7 @@
};
fish = {
enable = true;
homeless.enable = true;
};
gamemode = {
enable = false;

View File

@@ -65,6 +65,7 @@
};
fish = {
enable = true;
homeless.enable = true;
};
gamemode = {
enable = false;