Fixup
This commit is contained in:
parent
7a9a35ed0f
commit
14336fbd4e
2 changed files with 10 additions and 8 deletions
14
README.md
14
README.md
|
@ -11,19 +11,19 @@
|
|||
|
||||
```nix
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
dadada = builtins.fetchGit {
|
||||
url = "/home/dadada/nix-config.git";
|
||||
ref = "main";
|
||||
sha26sum = "0i8ga3d0bg4r3fdh00mfhhn6m1ck18iqjzmr9y89vjjyn430pdgf";
|
||||
} {};
|
||||
dadada = import (builtins.fetchGit {
|
||||
url = "https://github.com/dadada/nix-config.git";
|
||||
sha256 = "1a661h3ssy35yha66xnhldlwlr9safzw4h83z5mg82assgbbh9fz";
|
||||
}) {};
|
||||
in {
|
||||
imports = [
|
||||
./secrets.nix
|
||||
./hardware-configuration.nix
|
||||
dadada.hosts.gorgon
|
||||
dadada.hosts.ifrit
|
||||
];
|
||||
|
||||
system.stateVersion = "20.03";
|
||||
}
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue