mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
machine/serverle: switch to disko config
This commit is contained in:
parent
95a5e4cc78
commit
08ffb1865a
6 changed files with 92 additions and 45 deletions
|
@ -2,13 +2,17 @@
|
|||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./disks.nix
|
||||
./network.nix
|
||||
./services.nix
|
||||
./syncthing.nix
|
||||
./system.nix
|
||||
./wifi.nix
|
||||
];
|
||||
|
||||
disko.devices = import ./disko-config.nix {
|
||||
disks = [ "/dev/disk/by-id/usb-Seagate_Expansion_2HC015KJ-0:0" ];
|
||||
};
|
||||
|
||||
networking.hostName = "serverle";
|
||||
|
||||
sops = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue