boot to base-linux
This commit is contained in:
parent
fad9b00b93
commit
f94d8efe04
|
@ -13,6 +13,7 @@ let
|
||||||
|
|
||||||
defaultModules = defaults.defaultModules ++ [
|
defaultModules = defaults.defaultModules ++ [
|
||||||
# NO_INLINE
|
# NO_INLINE
|
||||||
|
tree.impure.profiles.base-linux
|
||||||
inputs.home-manager-unstable.nixosModules.home-manager
|
inputs.home-manager-unstable.nixosModules.home-manager
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
1
profiles/base-linux/boot.nix
Normal file
1
profiles/base-linux/boot.nix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{ ... }: { boot.tmpOnTmpfs = true; }
|
|
@ -1,6 +0,0 @@
|
||||||
{ pkgs, lib, ... }: {
|
|
||||||
boot = lib.mkIf pkgs.stdenv.isLinux {
|
|
||||||
# NOINLINE
|
|
||||||
tmpOnTmpfs = true;
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,14 +0,0 @@
|
||||||
{tree, ...}: {
|
|
||||||
imports = [
|
|
||||||
./access.nix
|
|
||||||
./boot.nix
|
|
||||||
./hardware.nix
|
|
||||||
./home.nix
|
|
||||||
./locale.nix
|
|
||||||
./nix.nix
|
|
||||||
./programs.nix
|
|
||||||
./services.nix
|
|
||||||
./terminals.nix
|
|
||||||
./zsh.nix
|
|
||||||
];
|
|
||||||
}
|
|
Loading…
Reference in a new issue