enable nushell
This commit is contained in:
parent
93bbbf4471
commit
14b6bbca8e
1 changed files with 6 additions and 0 deletions
|
@ -75,6 +75,12 @@
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
hardware.bluetooth.powerOnBoot = true;
|
hardware.bluetooth.powerOnBoot = true;
|
||||||
|
|
||||||
|
programs = {
|
||||||
|
nushell = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
banner = "Hackers are in Your System!!!\n";
|
banner = "Hackers are in Your System!!!\n";
|
||||||
|
|
Loading…
Add table
Reference in a new issue