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";
|
||||
}
|
||||
|
||||
```
|
||||
|
|
|
@ -41,7 +41,9 @@ in {
|
|||
boot.loader.grub.version = 2;
|
||||
boot.loader.grub.device = "/dev/disk/by-uuid/6e37ff6b-8cec-4d07-80d5-cd28651522ae";
|
||||
|
||||
boot.initrd.luks.devices.crypted.device = "/dev/disk/by-uuid/a28c8dd0-1824-4dd3-862c-7e0477871937";
|
||||
# TODO
|
||||
# backup
|
||||
|
||||
#boot.initrd.network.ssh = {
|
||||
# enable = true;
|
||||
# port = 22;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue