move refinery to 'common'

This commit is contained in:
Joeri Exelmans 2025-10-02 15:11:29 +02:00
parent e47a058e59
commit e96f9607be
3 changed files with 6 additions and 6 deletions

View file

@ -30,7 +30,7 @@
};
modules = [
./deemz.org/configuration.nix
./deemz.org/refinery.nix
./common/refinery.nix
];
};
msdl = nixpkgs-stable.lib.nixosSystem {
@ -41,7 +41,7 @@
};
modules = [
./msdl/configuration.nix
./deemz.org/refinery.nix
./common/refinery.nix
];
};
};