Rename services directory to common

This commit is contained in:
Katherina Walshe-Grey 2024-06-05 23:30:24 +01:00
parent 1ca847cd91
commit bf2d7f7f10
7 changed files with 3 additions and 4 deletions

View file

@ -7,6 +7,6 @@
}; };
imports = [ imports = [
../services/openssh.nix ../common/openssh.nix
]; ];
} }

View file

@ -5,7 +5,7 @@
[ [
./hardware-configuration.nix ./hardware-configuration.nix
./home.nix ./home.nix
../../services/steam.nix ../../common/steam.nix
]; ];
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;

View file

@ -4,7 +4,6 @@
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
./home.nix ./home.nix
../../services/openssh.nix
./forgejo.nix ./forgejo.nix
]; ];

View file

@ -2,7 +2,7 @@
{ {
imports = [ imports = [
../../services/nginx.nix ../../common/nginx.nix
]; ];
# TODO: ssh access # TODO: ssh access