From 020075e11a0b35df53cec9548b78a904e813d76c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 6 Sep 2021 23:56:08 +0200 Subject: [PATCH] Simplify formatting --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index dc9bf350..8c83e2e8 100644 --- a/README.md +++ b/README.md @@ -36,18 +36,10 @@ nix registry add c3d2 git+https://gitea.c3d2.de/C3D2/nix-config set this to your NixOS configuration: ```nix { pkgs, ... }: { -``` -```nix nix = { -``` -```nix package = pkgs.nixFlakes; extraOptions = "experimental-features = nix-command flakes"; -``` -```nix }; -``` -```nix } ``` @@ -100,8 +92,6 @@ cd nix-config/ nixops deploy -d hq --check --include=[hostname] ``` - - ### Creating new Container This does not work yet, as the nixos-system-x86_64-linux.tar.xz image is broken. @@ -128,7 +118,6 @@ nix build c3d2#nixosConfigurations.dhcp.config.system.build.tarball nixos-rebuild switch -I nixos-config=./hosts/containers/$HOST/configuration.nix --target-host "root@$HOST.hq.c3d2.de" ``` - # Secrets Add your gpg-id to the .gpg-id file in secrets and let somebody reencrypt it for you.