Declare programs directly in nixos-apps
This commit is contained in:
parent
9ba86faab8
commit
aaf59f2a6d
2 changed files with 12 additions and 8 deletions
10
flake.nix
10
flake.nix
|
|
@ -11,15 +11,9 @@
|
|||
nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
server-config/configuration.nix
|
||||
./server-config/configuration.nix
|
||||
|
||||
# Applications that run on this server
|
||||
nixos-apps/crueltysquad.com.nix
|
||||
nixos-apps/cutesealfanpage.love.nix
|
||||
nixos-apps/ewanick.com.nix
|
||||
nixos-apps/fancytypist.com.nix
|
||||
nixos-apps/git.ewanick.com.nix
|
||||
nixos-apps/jitsi.crueltysquad.com.nix
|
||||
./nixos-apps
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
10
nixos-apps/default.nix
Normal file
10
nixos-apps/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
imports = [
|
||||
./crueltysquad.com.nix
|
||||
./cutesealfanpage.love.nix
|
||||
./ewanick.com.nix
|
||||
./fancytypist.com.nix
|
||||
./git.ewanick.com.nix
|
||||
./jitsi.crueltysquad.com.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue