mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-08 04:38:06 +01:00
style(service): minor refactor
This commit is contained in:
@@ -4,9 +4,8 @@
|
||||
./configuration.nix
|
||||
./hardware.nix
|
||||
./networking.nix
|
||||
./services.nix
|
||||
./virtualisation.nix
|
||||
./services
|
||||
./virtualisation.nix
|
||||
];
|
||||
|
||||
networking.hostName = "bomba";
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
{ ... }:
|
||||
{
|
||||
services = {
|
||||
openssh.enable = true;
|
||||
};
|
||||
}
|
||||
@@ -3,4 +3,6 @@
|
||||
imports = [
|
||||
./gitea.nix
|
||||
];
|
||||
|
||||
services.openssh.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user