From 359c18bb5d50a617c091733755e41fe9d7f0b135 Mon Sep 17 00:00:00 2001 From: dadada Date: Sat, 2 Jan 2021 11:25:24 +0100 Subject: [PATCH] Update readme --- README.md | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/README.md b/README.md index 2e95a5b..c5dc70a 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,3 @@ # nix configuration -```nix -{ - imports = [ - ./modules/profiles/gorgon.nix - ./private/metis - ]; -} -``` - -```nix -{ config, pkgs, lib, ... }: -let - dadada = import (builtins.fetchGit { - url = "https://github.com/dadada/nix-config.git"; - sha256 = "1a661h3ssy35yha66xnhldlwlr9safzw4h83z5mg82assgbbh9fz"; - }) {}; -in { - imports = [ - ./secrets.nix - ./hardware-configuration.nix - dadada.hosts.ifrit - ]; - - system.stateVersion = "20.03"; -} - -``` +Use at your own risk.