refactor: add orpheus
This commit is contained in:
parent
da9dbbebdf
commit
4d32434982
4 changed files with 16 additions and 115 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue