pluto: add external disk
This commit is contained in:
parent
551b17baef
commit
754a6b403f
4 changed files with 51 additions and 5 deletions
16
hosts/pluto/configuration.nix
Normal file
16
hosts/pluto/configuration.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./disko.nix
|
||||
./hardware-configuration.nix
|
||||
./specialisation.nix
|
||||
];
|
||||
|
||||
networking.hostName = "pluto";
|
||||
|
||||
hardware.graphics.enable = true;
|
||||
hardware.graphics.extraPackages = with pkgs; [ intel-media-driver ];
|
||||
|
||||
services.logind.lidSwitchExternalPower = "ignore";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue