Migrated to Nixbook.
This commit is contained in:
parent
be77d86fa2
commit
68f47db84e
9 changed files with 0 additions and 176 deletions
|
@ -1,7 +0,0 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
flake.modules.nixos."nixosConfigurations/t490".imports = with config.flake.modules.nixos; [
|
||||
pc
|
||||
];
|
||||
}
|
|
@ -51,12 +51,6 @@
|
|||
modules = [ config.flake.modules.nixos."nixosConfigurations/${hostname}" ];
|
||||
};
|
||||
|
||||
t490 = mkNixosConfiguration rec {
|
||||
hostname = "t490";
|
||||
|
||||
modules = [ config.flake.modules.nixos."nixosConfigurations/${hostname}" ];
|
||||
};
|
||||
|
||||
PW05CH3L = mkNixosConfiguration rec {
|
||||
hostname = "PW05CH3L";
|
||||
modules = [ config.flake.modules.nixos."nixosConfigurations/${hostname}" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue