From e6a12adc452a750c1aa2a302fc4c08fa6a8ec42f Mon Sep 17 00:00:00 2001 From: alisceon Date: Wed, 10 Dec 2025 21:43:34 +0100 Subject: [PATCH] empty commit message. --- flake.lock | 24 ++++++++++++------------ home/alisceon/base.nix | 3 +++ home/wm/sway.nix | 3 +++ hosts/inuc/configuration.nix | 16 +++++++++++++++- 4 files changed, 33 insertions(+), 13 deletions(-) diff --git a/flake.lock b/flake.lock index bec80d0..d9763d2 100644 --- a/flake.lock +++ b/flake.lock @@ -49,11 +49,11 @@ ] }, "locked": { - "lastModified": 1765170903, - "narHash": "sha256-O8VTGey1xxiRW+Fpb+Ps9zU7ShmxUA1a7cMTcENCVNg=", + "lastModified": 1765384171, + "narHash": "sha256-FuFtkJrW1Z7u+3lhzPRau69E0CNjADku1mLQQflUORo=", "owner": "nix-community", "repo": "home-manager", - "rev": "20561be440a11ec57a89715480717baf19fe6343", + "rev": "44777152652bc9eacf8876976fa72cc77ca8b9d8", "type": "github" }, "original": { @@ -65,11 +65,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1764983851, - "narHash": "sha256-y7RPKl/jJ/KAP/VKLMghMgXTlvNIJMHKskl8/Uuar7o=", + "lastModified": 1765311797, + "narHash": "sha256-mSD5Ob7a+T2RNjvPvOA1dkJHGVrNVl8ZOrAwBjKBDQo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d9bc5c7dceb30d8d6fafa10aeb6aa8a48c218454", + "rev": "09eb77e94fa25202af8f3e81ddc7353d9970ac1b", "type": "github" }, "original": { @@ -103,11 +103,11 @@ ] }, "locked": { - "lastModified": 1765295342, - "narHash": "sha256-A6SXAwxP8qSEJR/cWJBcju0JheodBW8xRozgv28YqJ8=", + "lastModified": 1765397369, + "narHash": "sha256-WqZfobdsAIT1rHItS8Nt7m02bZZYeVNV3Gh63Bnn5gM=", "owner": "nix-community", "repo": "NUR", - "rev": "504720ebe432667cbd613c7c89b1b23b35a306de", + "rev": "e941e36ac1d3c61f94ad767bc8849636f032f95e", "type": "github" }, "original": { @@ -124,11 +124,11 @@ ] }, "locked": { - "lastModified": 1765295342, - "narHash": "sha256-A6SXAwxP8qSEJR/cWJBcju0JheodBW8xRozgv28YqJ8=", + "lastModified": 1765397369, + "narHash": "sha256-WqZfobdsAIT1rHItS8Nt7m02bZZYeVNV3Gh63Bnn5gM=", "owner": "nix-community", "repo": "NUR", - "rev": "504720ebe432667cbd613c7c89b1b23b35a306de", + "rev": "e941e36ac1d3c61f94ad767bc8849636f032f95e", "type": "github" }, "original": { diff --git a/home/alisceon/base.nix b/home/alisceon/base.nix index 6ee09e4..2358da3 100644 --- a/home/alisceon/base.nix +++ b/home/alisceon/base.nix @@ -107,6 +107,9 @@ hostname = "10.40.0.2"; user = "pi"; }; + "inuc" = { + hostname = "inuc.home.the.malice.zone"; + }; "tsla-exporter-bridge" = { hostname = "alma02.lab.the.malice.zone"; user = "root"; diff --git a/home/wm/sway.nix b/home/wm/sway.nix index 8ebf9b7..52fde1a 100644 --- a/home/wm/sway.nix +++ b/home/wm/sway.nix @@ -270,6 +270,9 @@ }; # end keybindings window = { titlebar = false; + commands = [ + #{ criteria ={ app_id = "flameshot"; }; command = "border pixel 0, floating enable, fullscreen disable, move absolute position 0 0"; } + ]; }; colors = { background = color_dark_5; diff --git a/hosts/inuc/configuration.nix b/hosts/inuc/configuration.nix index bd0cd35..5d7320a 100644 --- a/hosts/inuc/configuration.nix +++ b/hosts/inuc/configuration.nix @@ -10,6 +10,20 @@ systemd-boot = { enable = true; }; # end loader.systemd-boot - }; # end boot + }; # end boot + virtualisation = { + oci-containers = { + containers = { + }; # end containers + }; # end oci-containers + }; # end virtualisation + networking.firewall.allowedTCPPorts = [ + 53 + 80 + 443 + ]; + networking.firewall.allowedUDPPorts = [ + 53 + ]; } # end file