From cc6e5f921fd001a2c1aaa3d4af9fa5a4a675b376 Mon Sep 17 00:00:00 2001 From: alisceon Date: Sun, 1 Feb 2026 21:30:23 +0100 Subject: [PATCH] footie --- flake.lock | 18 +++++++++--------- flake.nix | 4 ++-- home/alisceon/base.nix | 4 ++-- home/wm/sway.nix | 6 +++++- hosts/inuc/configuration.nix | 2 +- 5 files changed, 19 insertions(+), 15 deletions(-) diff --git a/flake.lock b/flake.lock index 866e313..914fe00 100644 --- a/flake.lock +++ b/flake.lock @@ -273,11 +273,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1769741972, - "narHash": "sha256-RxSg1EioTWNpoLaykiT1UQKTo/K0PPdLqCyQgNjNqWs=", + "lastModified": 1769900590, + "narHash": "sha256-I7Lmgj3owOTBGuauy9FL6qdpeK2umDoe07lM4V+PnyA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "63590ac958a8af30ebd52c7a0309d8c52a94dd77", + "rev": "41e216c0ca66c83b12ab7a98cc326b5db01db646", "type": "github" }, "original": { @@ -295,11 +295,11 @@ ] }, "locked": { - "lastModified": 1769968490, - "narHash": "sha256-z2fbTh8x8mRGCnnGgbdSk9ZzpCHrysET+tj0idpseTw=", + "lastModified": 1769977380, + "narHash": "sha256-QG+DArEHn+B12+kaVFJp4tkhGF8/WEGN3r2Hlpm6UZs=", "owner": "nix-community", "repo": "NUR", - "rev": "83d89a5b2a41452e2084bdde6e0a7c254f21f10d", + "rev": "a3b57a10ca6fedf5f762ec7c86e61b2e26f7351d", "type": "github" }, "original": { @@ -316,11 +316,11 @@ ] }, "locked": { - "lastModified": 1769968490, - "narHash": "sha256-z2fbTh8x8mRGCnnGgbdSk9ZzpCHrysET+tj0idpseTw=", + "lastModified": 1769977380, + "narHash": "sha256-QG+DArEHn+B12+kaVFJp4tkhGF8/WEGN3r2Hlpm6UZs=", "owner": "nix-community", "repo": "NUR", - "rev": "83d89a5b2a41452e2084bdde6e0a7c254f21f10d", + "rev": "a3b57a10ca6fedf5f762ec7c86e61b2e26f7351d", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 386c8ce..a1d45fc 100644 --- a/flake.nix +++ b/flake.nix @@ -124,13 +124,13 @@ }) # end home-manager ]; # end modules }; # end tesla-nixos - inuc = nixpkgs.lib.nixosSystem { + nuc = nixpkgs.lib.nixosSystem { inherit system; inherit pkgs; specialArgs = sharedSpecialArgs // {}; modules = sharedModules ++ [ ./hosts/common/server.nix - ./hosts/inuc/configuration.nix + ./hosts/nuc/configuration.nix home-manager.nixosModules.home-manager ({ config, ...}: { home-manager.users.alisceon.imports = [ diff --git a/home/alisceon/base.nix b/home/alisceon/base.nix index 5174056..c66e6bb 100644 --- a/home/alisceon/base.nix +++ b/home/alisceon/base.nix @@ -107,8 +107,8 @@ hostname = "10.40.0.2"; user = "pi"; }; - "inuc" = { - hostname = "inuc.home.the.malice.zone"; + "nuc" = { + hostname = "nuc.home.the.malice.zone"; }; "tsla-exporter-bridge" = { hostname = "alma02.lab.the.malice.zone"; diff --git a/home/wm/sway.nix b/home/wm/sway.nix index 5ee3e2a..ed40c63 100644 --- a/home/wm/sway.nix +++ b/home/wm/sway.nix @@ -4,7 +4,7 @@ uwsm = "${pkgs.uwsm}/bin/uwsm-app --"; swaymsg = "${pkgs.sway}/bin/swaymsg"; lock = "${pkgs.swaylock}/bin/swaylock --daemonize"; - term = "${pkgs.foot}/bin/foot"; + term = "${pkgs.foot}/bin/footclient"; notify = "${pkgs.libnotify}/bin/notify-send"; nag = "${pkgs.sway}/bin/swaynag --edge bottom"; dmenu = "${pkgs.rofi-unwrapped}/bin/rofi"; @@ -450,6 +450,10 @@ enable = true; server.enable = true; settings = { + main = { + app-id="footclient"; + workers = 32; + }; bell = { system = "no"; }; diff --git a/hosts/inuc/configuration.nix b/hosts/inuc/configuration.nix index d2338e4..1ce9af2 100644 --- a/hosts/inuc/configuration.nix +++ b/hosts/inuc/configuration.nix @@ -7,7 +7,7 @@ security.sudo.wheelNeedsPassword = false; imports = [ ./hardware-configuration.nix ]; - networking.hostName = "inuc"; + networking.hostName = "nuc"; boot.initrd.enable = true; boot.loader = { systemd-boot = {