refactor all youthlic.programs to ./nixos/modules/programs
This commit is contained in:
parent
3b5979d216
commit
5630047531
15 changed files with 18 additions and 12 deletions
|
|
@ -17,24 +17,13 @@
|
|||
])
|
||||
++ [
|
||||
./containers
|
||||
./postgresql.nix
|
||||
./forgejo.nix
|
||||
./deploy
|
||||
./nix.nix
|
||||
./home.nix
|
||||
./sops.nix
|
||||
./dae
|
||||
./openssh.nix
|
||||
./nh.nix
|
||||
./i18n.nix
|
||||
./gui
|
||||
./steam.nix
|
||||
./tailscale.nix
|
||||
./kanata.nix
|
||||
./kvm.nix
|
||||
./open-webui.nix
|
||||
./transmission.nix
|
||||
./caddy.nix
|
||||
./programs
|
||||
];
|
||||
|
||||
config = {
|
||||
|
|
|
|||
17
nixos/modules/programs/default.nix
Normal file
17
nixos/modules/programs/default.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./caddy.nix
|
||||
./dae
|
||||
./forgejo.nix
|
||||
./kanata.nix
|
||||
./kvm.nix
|
||||
./nh.nix
|
||||
./open-webui.nix
|
||||
./openssh.nix
|
||||
./postgresql.nix
|
||||
./steam.nix
|
||||
./tailscale.nix
|
||||
./transmission.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue