Skip to content

Commit

Permalink
Remove old systems i no longer use
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Dec 21, 2023
1 parent 8b963c8 commit 0656142
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 112 deletions.
31 changes: 0 additions & 31 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
hosts.url = "github:StevenBlack/hosts";
nixos-hardware.url = "github:NixOS/nixos-hardware";

onelink.url = "github:Sigmanificient/1l.is";

nix-index-database.url = "github:Mic92/nix-index-database";
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";

Expand All @@ -25,7 +23,6 @@
, nix-index-database
, nixos-hardware
, home-manager
, onelink
, hosts
, ecsls
, ...
Expand Down Expand Up @@ -82,34 +79,6 @@
nixos-hardware.nixosModules.common-pc-ssd
];
};

Sigmachine = nixpkgs.lib.nixosSystem {
inherit system;

specialArgs = {
inherit username;
hostname = "Sigmachine";
};

modules = default_modules ++ [
./hardware/sigmachine.nix
./config/sigmachine.nix
];
};

Server = nixpkgs.lib.nixosSystem {
inherit system;

modules = [
onelink.nixosModules.${system}.default
{
services.onelink.enable = true;
}

./server/configuration.nix
./server/hardware-configuration.nix
];
};
};
};
}
51 changes: 0 additions & 51 deletions hardware/sigmachine.nix

This file was deleted.

18 changes: 0 additions & 18 deletions server/configuration.nix

This file was deleted.

12 changes: 0 additions & 12 deletions server/hardware-configuration.nix

This file was deleted.

0 comments on commit 0656142

Please sign in to comment.