Update readme
This commit is contained in:
parent
fbec7d7845
commit
359c18bb5d
1 changed files with 1 additions and 27 deletions
28
README.md
28
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue