refactor: add orpheus

This commit is contained in:
Mohammad Rafiq 2025-04-04 22:08:49 +08:00
parent da9dbbebdf
commit 4d32434982
No known key found for this signature in database
4 changed files with 16 additions and 115 deletions

View file

@ -1,4 +1,9 @@
{ pkgs, modulesPath, ... }:
{
pkgs,
modulesPath,
lib,
...
}:
{
imports = [
(modulesPath + "/installer/scan/not-detected.nix")

View file

@ -1,7 +1,4 @@
{ inputs, ... }:
{
imports = [ inputs.lix-module.nixosModules.default ];
system.stateVersion = "24.11";
nixpkgs.config.allowUnfree = true;
@ -10,7 +7,7 @@
experimental-features = [
"nix-command"
"flakes"
"pipe-operator"
"pipe-operators"
];
trusted-users = [ "@wheel" ];