Compare commits

..

3 commits

Author SHA1 Message Date
2a2d3baa55
begin minimization of systemd
trivial part
2024-10-04 15:01:03 +02:00
a6d0e90672
agetty 2024-10-04 15:01:03 +02:00
bd0fd9c63b
systemd init 2024-10-04 15:01:03 +02:00

View file

@ -129,8 +129,6 @@ in {
# By default, we enable cross-compilation support.
nixpkgs.buildPlatform = lib.mkDefault builtins.currentSystem;
# Set the useful PS1 prompt by default.
defaultProfile.environmentVariables.PS1 = lib.mkDefault config.defaultProfile.prompt;
defaultProfile.packages = with pkgs; [ execline ];
boot.commandLine = [