Add back the PineBook for later and make etc immutable
This commit is contained in:
parent
6f09998656
commit
8bad6194bc
18 changed files with 245 additions and 43 deletions
|
@ -3,6 +3,7 @@
|
|||
imports = [
|
||||
./documentation
|
||||
./fonts
|
||||
./minimal
|
||||
./nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
documentation = {
|
||||
nixos.enable = false;
|
||||
doc.enable = false;
|
||||
info.enable = false;
|
||||
nixos.enable = false;
|
||||
};
|
||||
|
||||
programs.command-not-found.enable = true;
|
||||
}
|
||||
|
|
10
modules/system/settings/minimal/default.nix
Normal file
10
modules/system/settings/minimal/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
environment = {
|
||||
defaultPackages = [ ];
|
||||
stub-ld.enable = false;
|
||||
};
|
||||
|
||||
programs.less.lessopen = null;
|
||||
services.logrotate.enable = false;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue