From 361a6c5eb0058de0f96a58e45441c0a297ba1116 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Mon, 25 Dec 2023 00:10:00 +0100 Subject: [PATCH] update readme --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ade818e..6a4192e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ -# Work In Progress! -Notice, these things might be missing: -- Functionality -- Style -- Safety +## Felixalbs nixos config + +Contains configurations for some nixos servers, some nixos desktops and a [nix-darwin](https://github.com/LnL7/nix-darwin) host. +Secrets are managed with [sops-nix](https://github.com/Mic92/sops-nix). ### Build: -- Build locally on another machine (verify) +- Build locally on another machine: ``` nix --extra-experimental-features "nix-command flakes" build ".#nixosConfigurations.sarek.config.system.build.toplevel" ```