Revert "nix: rename host pluto to twinkpad"
This reverts commit 274f9993c508cb02d405035527c42f270514b5ff.
This commit is contained in:
parent
d6a504ff47
commit
45a79e8239
3 changed files with 4 additions and 5 deletions
|
|
@ -15,7 +15,7 @@
|
|||
};
|
||||
|
||||
outputs = { self, nixpkgs, lanzaboote, nix-darwin, disko, jovian, ... }@inputs: {
|
||||
nixosConfigurations.twinkpad = nixpkgs.lib.nixosSystem {
|
||||
nixosConfigurations.pluto = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/nixos-common.nix
|
||||
|
|
@ -39,8 +39,8 @@
|
|||
|
||||
./hosts/disko-desktop.nix
|
||||
disko.nixosModules.disko
|
||||
./hosts/twinkpad/conf.nix
|
||||
./hosts/twinkpad/hardware-configuration.nix
|
||||
./hosts/pluto/conf.nix
|
||||
./hosts/pluto/hardware-configuration.nix
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue