simplify activation, reduce closure size of base
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
secondary-fs = "/mnt/henning";
|
||||
};
|
||||
profiles.base.enable = true;
|
||||
profiles.base.plus = true;
|
||||
profiles.xsession.enable = true;
|
||||
profiles.zsh.enable = true;
|
||||
|
||||
|
||||
18
machines/headless.nix
Normal file
18
machines/headless.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ config, lib, pkgs, overlays, ... }:
|
||||
{
|
||||
nixpkgs.overlays = overlays;
|
||||
|
||||
imports = [ ../profiles ];
|
||||
|
||||
machine = {
|
||||
name = "Headless";
|
||||
eth = null;
|
||||
wlan = null;
|
||||
secondary-fs = null;
|
||||
};
|
||||
|
||||
profiles.base.enable = true;
|
||||
profiles.base.enable = false;
|
||||
|
||||
profiles.zsh.enable = true;
|
||||
}
|
||||
@@ -12,6 +12,7 @@
|
||||
wlan = "wlp5s0";
|
||||
};
|
||||
profiles.base.enable = true;
|
||||
profiles.base.plus = true;
|
||||
profiles.gui.enable = true;
|
||||
profiles.xsession.enable = true;
|
||||
profiles.zsh.enable = true;
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
secondary-fs = null;
|
||||
};
|
||||
profiles.base.enable = true;
|
||||
profiles.base.plus = false;
|
||||
profiles.gui.enable = true;
|
||||
profiles.non-nixos.enable = true;
|
||||
profiles.xsession.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user