diff options
| author | Mel <einebeere@gmail.com> | 2024-12-29 16:15:08 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-29 16:15:08 +0100 |
| commit | 581f22e248c8ed1008f36356362f6a95e43d0588 (patch) | |
| tree | 02a2a584de929dcc69f545cbaf16d590ace6fe96 /configuration/configuration.nix | |
| download | specimen-581f22e248c8ed1008f36356362f6a95e43d0588.tar.zst specimen-581f22e248c8ed1008f36356362f6a95e43d0588.zip | |
Flake harness for application and server configuration
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'configuration/configuration.nix')
| -rw-r--r-- | configuration/configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configuration/configuration.nix b/configuration/configuration.nix new file mode 100644 index 0000000..c7d053b --- /dev/null +++ b/configuration/configuration.nix @@ -0,0 +1,5 @@ +{ ... }: + +{ + # nothing here for now :) +} |
