configuration.nix/hosts/rico0/services/default.nix

11 lines
95 B
Nix
Raw Normal View History

_:
{
2024-06-29 17:52:32 +05:30
imports = [
2024-07-18 22:05:29 +05:30
./apps
2024-06-29 17:52:32 +05:30
./btrfs.nix
./ssh.nix
2024-07-18 22:05:29 +05:30
../../shared/caddy.nix
2024-06-29 17:52:32 +05:30
];
2024-07-18 22:05:29 +05:30
2024-06-29 17:52:32 +05:30
}