diff options
author | EuAndreh <eu@euandre.org> | 2019-05-01 11:07:12 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-01 11:07:12 -0300 |
commit | c0b7d6da8d048be7951a957c4e4b9dd9ac59b23b (patch) | |
tree | 1f08d592997cfa487b0fb25136b1cccd996982b7 /nixos/velhinho.nix | |
parent | Remove custom build of Nods.js. (diff) | |
download | dotfiles-c0b7d6da8d048be7951a957c4e4b9dd9ac59b23b.tar.gz dotfiles-c0b7d6da8d048be7951a957c4e4b9dd9ac59b23b.tar.xz |
Put device specific configuration in local-configuration.nix file.
Diffstat (limited to 'nixos/velhinho.nix')
-rw-r--r-- | nixos/velhinho.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/velhinho.nix b/nixos/velhinho.nix new file mode 100644 index 0000000..d06ed5f --- /dev/null +++ b/nixos/velhinho.nix @@ -0,0 +1,4 @@ +{ + hostName = "velhinho-nixos"; + luksDevice = "/dev/sda3"; +} |