1
0
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:
Kierán Meinhardt
2019-06-17 19:11:31 +02:00
parent da297039cd
commit e508cab29b
4 changed files with 17 additions and 3 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;