Migrated to Nixbook. https://github.com/mkellyxp/nixbook
This commit is contained in:
parent
23a1745906
commit
c9b82b99fe
7 changed files with 0 additions and 150 deletions
|
@ -1,7 +0,0 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
flake.modules.nixos."nixosConfigurations/lemp11".imports = with config.flake.modules.nixos; [
|
||||
pc
|
||||
];
|
||||
}
|
|
@ -38,12 +38,6 @@
|
|||
in
|
||||
{
|
||||
nixosConfigurations = {
|
||||
lemp11 = mkNixosConfiguration rec {
|
||||
hostname = "lemp11";
|
||||
|
||||
modules = [ config.flake.modules.nixos."nixosConfigurations/${hostname}" ];
|
||||
};
|
||||
|
||||
nixedo = mkNixosConfiguration rec {
|
||||
hostname = "nixedo";
|
||||
stateVersion = "24.11";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue