This commit is contained in:
Tim Schubert 2020-12-30 20:23:25 +01:00
parent 7a9a35ed0f
commit 14336fbd4e
No known key found for this signature in database
GPG key ID: 99658A3EB5CD7C13
2 changed files with 10 additions and 8 deletions

View file

@ -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";
}
```

View file

@ -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;