Compare commits

..

1 commit

Author SHA1 Message Date
fb8957eb86
set default value for nixops4Package 2025-06-27 13:31:21 +02:00
3 changed files with 5 additions and 5 deletions

View file

@ -43,7 +43,7 @@
];
imports = [
"${git-hooks}/flake-module.nix"
(import "${git-hooks}/flake-module.nix")
inputs.nixops4.modules.flake.default
./deployment/flake-part.nix

View file

@ -36,8 +36,8 @@ in
## should go into the `./nixos` subdirectory.
nixos.module = {
imports = [
"${agenix}/modules/age.nix"
"${disko}/module.nix"
(import "${agenix}/modules/age.nix")
(import "${disko}/module.nix")
./options.nix
./nixos
];

View file

@ -4,9 +4,9 @@ The Fediversity Panel is a web service for managing Fediversity deployments with
## Development
- To obtain all tools related to this project, enter the development environment in the root directory by `nix-shell`, then similar from this directory.
- To obtain all tools related to this project, enter the development environment with `nix-shell`.
If you want to do that automatically on entering a directory:
If you want to do that automatically on entering this directory:
- [Set up `direnv`](https://github.com/nix-community/nix-direnv#installation)
- Run `direnv allow` in the directory where repository is stored on your machine