mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
machine/thinkman: migrate to disko
This commit is contained in:
parent
b17d5c65de
commit
06937b156b
3 changed files with 78 additions and 30 deletions
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
imports = [
|
||||
./boot.nix
|
||||
./disks.nix
|
||||
./hardware-configuration.nix
|
||||
./network.nix
|
||||
./profiles.nix
|
||||
|
@ -12,6 +11,10 @@
|
|||
|
||||
networking.hostName = "thinkman";
|
||||
|
||||
disko.devices = import ./disko-config.nix {
|
||||
disks = [ "/dev/disk/by-id/nvme-eui.0025385b01410682" ];
|
||||
};
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = ./secrets.yaml;
|
||||
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue