mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
some small updates
This commit is contained in:
parent
283d6475fc
commit
1c442bfcaf
7 changed files with 197 additions and 6 deletions
|
@ -41,7 +41,7 @@
|
|||
|
||||
services.openssh.settings.PermitRootLogin = lib.mkForce "yes";
|
||||
|
||||
services.openssh.ports = [ 2222 ];
|
||||
services.openssh.ports = [ 2222 22 ];
|
||||
|
||||
console = {
|
||||
enable = true;
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
nixos-hardware.nixosModules.common-pc
|
||||
nixos-hardware.nixosModules.common-hidpi
|
||||
nixos-hardware.nixosModules.common-pc-ssd
|
||||
self.inputs.nether.nixosModules.hosts
|
||||
self.inputs.nether.nixosModules.zerotier
|
||||
];
|
||||
|
||||
jopejoe1 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue