mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
fixed up which systems use the DetNix module
This commit is contained in:
parent
b20e4b5f71
commit
826d6f6ff6
2 changed files with 2 additions and 8 deletions
|
|
@ -51,10 +51,9 @@
|
|||
mal = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
modules = [
|
||||
determinate.nixosModules.default
|
||||
./machines/mal/configuration.nix
|
||||
|
||||
# lix-module.nixosModules.default
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
|
@ -70,8 +69,6 @@
|
|||
wash = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
modules = [
|
||||
# lix-module.nixosModules.default
|
||||
|
||||
determinate.nixosModules.default
|
||||
./machines/wash/configuration.nix
|
||||
|
||||
|
|
@ -92,10 +89,6 @@
|
|||
specialArgs = {inherit inputs outputs;};
|
||||
|
||||
modules = [
|
||||
# lix-module.nixosModules.default
|
||||
|
||||
determinate.nixosModules.default
|
||||
|
||||
./machines/hinge/darwin.nix
|
||||
|
||||
home-manager.darwinModules.home-manager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue