Skip to content

Commit

Permalink
Remove NixOS config
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Oct 23, 2024
1 parent 69f0db9 commit e87836f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 112 deletions.
9 changes: 0 additions & 9 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,6 @@
};
};

nixosConfigurations = rec {
default = simple;

simple = inputs.nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
modules = [ ./nixos/configuration.nix ./nixos/hardware-configuration.nix ];
};
};

templates = import
./templates;
};
Expand Down
71 changes: 0 additions & 71 deletions nixos/configuration.nix

This file was deleted.

32 changes: 0 additions & 32 deletions nixos/hardware-configuration.nix

This file was deleted.

0 comments on commit e87836f

Please sign in to comment.