chore: fix merge

This commit is contained in:
b12f 2025-01-16 09:37:30 +01:00
parent 3bd64acb79
commit c4bb36fa33
Signed by: b12f
GPG key ID: 729956E1124F8F26
3 changed files with 5 additions and 8 deletions

View file

@ -51,12 +51,6 @@ in
};
};
# <<<<<<< HEAD
# testScript = { ... }: ''
# def puppeteer_run(cmd):
# client.succeed(f'puppeteer-run \'{cmd}\' ')
#
# =======
testScript =
{ nodes, ... }:
let
@ -69,6 +63,8 @@ in
wmClass = su "${gdbus} ${gseval} global.display.focus_window.wm_class";
in
''
def puppeteer_run(cmd):
client.succeed(f'puppeteer-run \'{cmd}\' ')
start_all()
acme_server.wait_for_unit("system.slice")

View file

@ -28,11 +28,11 @@ in
pkgs.alacritty
];
services.getty.autologinUser = config.pub-solar-os.authentication.username;
services.getty.autologinUser = "b12f";
virtualisation.qemu.options = [ "-vga std" ];
home-manager.users.${config.pub-solar-os.authentication.username} = {
home-manager.users.b12f = {
programs.bash.profileExtra = ''
[ "$(tty)" = "/dev/tty1" ] && exec systemd-cat --identifier=sway ${pkgs.sway}/bin/sway
'';

View file

@ -6,6 +6,7 @@
imports = [
flake.self.nixosModules.home-manager
flake.self.nixosModules.core
flake.self.nixosModules.backups
flake.self.nixosModules.mail
flake.inputs.simple-nixos-mailserver.nixosModule
./global.nix