added reading of cards from data for template started migrating configs to all nix
This commit is contained in:
parent
25f70e849b
commit
60f28672d3
15 changed files with 646 additions and 46 deletions
9
.config/nix/env.nix
Normal file
9
.config/nix/env.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs }:
|
||||
|
||||
let
|
||||
toEnvFile = attrs: pkgs.writeText "myenvfile.env" (nixpkgs.lib.generators.toKeyValue {} attrs);
|
||||
in
|
||||
toEnvFile {
|
||||
UPDATE_INTERVAL = "12";
|
||||
PORT = "8080";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue