nix: rename host pluto to twinkpad
This commit is contained in:
parent
1519a011a3
commit
5be174d713
3 changed files with 5 additions and 4 deletions
|
|
@ -13,7 +13,7 @@
|
|||
};
|
||||
|
||||
outputs = { self, nixpkgs, lanzaboote, nix-darwin, disko, ... }@inputs: {
|
||||
nixosConfigurations.pluto = nixpkgs.lib.nixosSystem {
|
||||
nixosConfigurations.twinkpad = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/nixos-common.nix
|
||||
|
|
@ -37,8 +37,8 @@
|
|||
|
||||
./hosts/disko-desktop.nix
|
||||
disko.nixosModules.disko
|
||||
./hosts/pluto/conf.nix
|
||||
./hosts/pluto/hardware-configuration.nix
|
||||
./hosts/twinkpad/conf.nix
|
||||
./hosts/twinkpad/hardware-configuration.nix
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
networking.hostName = "pluto";
|
||||
imports = [ ./hardware-configuration.nix ];
|
||||
networking.hostName = "twinkpad";
|
||||
|
||||
hardware.graphics.enable = true;
|
||||
hardware.graphics.extraPackages = with pkgs; [ intel-media-driver ];
|
||||
Loading…
Add table
Add a link
Reference in a new issue