add systemd sub module for readability
This commit is contained in:
parent
3f41ca6bd5
commit
cdf89a7e5a
3 changed files with 5 additions and 15 deletions
4
.gitmodules
vendored
Normal file
4
.gitmodules
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
[submodule "modules/boot_systemd"]
|
||||
path = modules/boot_systemd
|
||||
url = ssh://git.joshuabell.xyz:3032/dotfiles
|
||||
branch = mod_boot_systemd
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
inputs = {
|
||||
};
|
||||
|
||||
outputs =
|
||||
{
|
||||
self,
|
||||
...
|
||||
}:
|
||||
{
|
||||
nixosModules = {
|
||||
default = { };
|
||||
};
|
||||
};
|
||||
}
|
1
modules/boot_systemd
Submodule
1
modules/boot_systemd
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 3155d8a57286aefb835476617ba6d4df92b83013
|
Loading…
Add table
Add a link
Reference in a new issue