Rename services directory to common
This commit is contained in:
parent
1ca847cd91
commit
bf2d7f7f10
|
@ -7,6 +7,6 @@
|
|||
};
|
||||
|
||||
imports = [
|
||||
../services/openssh.nix
|
||||
../common/openssh.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
./home.nix
|
||||
../../services/steam.nix
|
||||
../../common/steam.nix
|
||||
];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./home.nix
|
||||
../../services/openssh.nix
|
||||
./forgejo.nix
|
||||
];
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
../../services/nginx.nix
|
||||
../../common/nginx.nix
|
||||
];
|
||||
|
||||
# TODO: ssh access
|
||||
|
|
Loading…
Reference in a new issue