mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
newton: use disko
This commit is contained in:
parent
2a713beab2
commit
4b389828ad
4 changed files with 81 additions and 31 deletions
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
imports = [
|
||||
./boot.nix
|
||||
./disks.nix
|
||||
./hardware-configuration.nix
|
||||
./network.nix
|
||||
./services.nix
|
||||
|
@ -10,6 +9,10 @@
|
|||
./system.nix
|
||||
];
|
||||
|
||||
disko.devices = import ./disko-config.nix {
|
||||
disks = [ "/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0" ];
|
||||
};
|
||||
|
||||
networking.hostName = "newton";
|
||||
|
||||
sops = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue