added some beginning docu
This commit is contained in:
parent
65521a121c
commit
8132dae08a
3 changed files with 19 additions and 3 deletions
|
@ -1,4 +1,7 @@
|
|||
# copied and adopted from maralorns config
|
||||
|
||||
# This automatically searches for nixos configs in ./machines/${name}/configuration.nix
|
||||
# and exposes them as outputs.nixosConfigurations.${name}
|
||||
{ withSystem, lib, inputs, ... }: {
|
||||
flake = {
|
||||
nixosConfigurations = withSystem "x86_64-linux" ({ pkgs, ... }:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue