On 17-04-15 10:14am, 4levels wrote: > Hi Profpatsch, > > the name nixos-system-secure comes from one machine called "secure". > I'm using various nix files to separate / group some parts of the machine > configurations we're using. > We're deploying +10 servers for our application code (mancloud) and the > machine with name "secure" is supposed to have all keys from all other > machines on it. > > I don't see where I should add the mentioned `set -x` > We're usually calling nixops as follows > nixops deploy --include secure --build-only -I nixpkgs= > https://github.com/NixOS/nixpkgs-channels/archive/nixos-16.09.tar.gz > > …
I’m pretty sure you are not well-versed with nix and nixos yet. nixops builds on these two blocks. https://nixos.org/nix/manual/ https://nixos.org/nixos/manual/ Once you work through these manuals most of your questions will be answered. -- Proudly written in Mutt with Vim on NixOS. Q: Why is this email five sentences or less? A: http://five.sentenc.es May take up to five days to read your message. If it’s urgent, call me. _______________________________________________ nix-dev mailing list [email protected] https://mailman.science.uu.nl/mailman/listinfo/nix-dev
