mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
wilde, homeros, scardanelli: use different MOTDs and prompts
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
niveum = {
|
||||
networkInterfaces.wireless = "wlp3s0";
|
||||
promptColours.success = "green";
|
||||
};
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
|
||||
@@ -8,6 +8,11 @@
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
niveum = {
|
||||
networkInterfaces.wireless = "wlp2s0";
|
||||
promptColours.success = "yellow";
|
||||
};
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
|
||||
@@ -7,6 +7,11 @@
|
||||
<stockholm/krebs/2configs/hw/x220.nix>
|
||||
];
|
||||
|
||||
niveum = {
|
||||
networkInterfaces.wireless = "wlp3s0";
|
||||
promptColours.success = "cyan";
|
||||
};
|
||||
|
||||
virtualisation.docker.enable = lib.mkForce false;
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user