feat(ssh/openssh): overhauling ssh and openssh modules
This commit is contained in:
@@ -20,11 +20,13 @@
|
||||
smodPath = "${self}/modules/system";
|
||||
|
||||
inherit (inputs.nixpkgs.lib) nixosSystem;
|
||||
inherit (self) outputs;
|
||||
|
||||
specialArgs = {
|
||||
inherit
|
||||
cLib
|
||||
inputs
|
||||
outputs
|
||||
self
|
||||
userConfig
|
||||
systemConfig
|
||||
|
||||
1
hosts/kima/ssh_host_ed25519_key.pub
Normal file
1
hosts/kima/ssh_host_ed25519_key.pub
Normal file
@@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJjoPdpiF8pjKN3ZEHeLEwVxoqwcCdzpVVlZkxJohFdg root@cnix
|
||||
@@ -65,6 +65,7 @@
|
||||
};
|
||||
fish = {
|
||||
enable = true;
|
||||
homeless.enable = true;
|
||||
};
|
||||
gamemode = {
|
||||
enable = false;
|
||||
|
||||
@@ -65,6 +65,7 @@
|
||||
};
|
||||
fish = {
|
||||
enable = true;
|
||||
homeless.enable = true;
|
||||
};
|
||||
gamemode = {
|
||||
enable = false;
|
||||
|
||||
Reference in New Issue
Block a user