refactor all youthlic.programs to ./nixos/modules/programs
This commit is contained in:
parent
7a043f826a
commit
2dbda657ee
15 changed files with 18 additions and 12 deletions
|
|
@ -17,24 +17,13 @@
|
||||||
])
|
])
|
||||||
++ [
|
++ [
|
||||||
./containers
|
./containers
|
||||||
./postgresql.nix
|
|
||||||
./forgejo.nix
|
|
||||||
./deploy
|
./deploy
|
||||||
./nix.nix
|
./nix.nix
|
||||||
./home.nix
|
./home.nix
|
||||||
./sops.nix
|
./sops.nix
|
||||||
./dae
|
|
||||||
./openssh.nix
|
|
||||||
./nh.nix
|
|
||||||
./i18n.nix
|
./i18n.nix
|
||||||
./gui
|
./gui
|
||||||
./steam.nix
|
./programs
|
||||||
./tailscale.nix
|
|
||||||
./kanata.nix
|
|
||||||
./kvm.nix
|
|
||||||
./open-webui.nix
|
|
||||||
./transmission.nix
|
|
||||||
./caddy.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
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