Remove unused code and configuration files
This commit is contained in:
13
flake.nix
13
flake.nix
@@ -20,19 +20,6 @@
|
||||
in
|
||||
{
|
||||
nixosConfigurations = {
|
||||
/* nixos-test = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/nixos-test
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.extraSpecialArgs = inputs;
|
||||
home-manager.users.panotaka = import ./home;
|
||||
}
|
||||
];
|
||||
};*/
|
||||
Equinox = nixpkgs.lib.nixosSystem
|
||||
{
|
||||
system = "x86_64-linux";
|
||||
|
||||
Reference in New Issue
Block a user