primitive config for Drone,
use rustscheds package for scx, add nixos bash module
This commit is contained in:
parent
a1196deb25
commit
e1cccdbfa8
6 changed files with 120 additions and 39 deletions
18
hosts/Drone/default.nix
Normal file
18
hosts/Drone/default.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../common/boot.nix
|
||||
../../common/locales.nix
|
||||
../../common/nix.nix
|
||||
../../common/users.nix
|
||||
|
||||
../../modules/nixos/bash.nix
|
||||
];
|
||||
|
||||
networking.hostName = "${hostName}";
|
||||
|
||||
environment.defaultPackages = lib.mkForce [];
|
||||
|
||||
services.scx.scheduler = lib.mkForce "scx_rusty";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue