forked from nico/dots
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
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue