overlays refactor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ pkgs, hyper, ... }:
|
||||
{ pkgs, ... }@all: with all;
|
||||
|
||||
{
|
||||
config = pkgs.lib.mkIf (hyper.host == "NxNORTH") {
|
||||
config = lib.mkIf (hyper.host == "NxNORTH") {
|
||||
environment.systemPackages = with pkgs; [
|
||||
virtiofsd
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user