empty commit message.

This commit is contained in:
alisceon 2025-12-10 21:43:34 +01:00
parent 3f02506df5
commit e6a12adc45
4 changed files with 33 additions and 13 deletions

24
flake.lock generated
View file

@ -49,11 +49,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1765170903, "lastModified": 1765384171,
"narHash": "sha256-O8VTGey1xxiRW+Fpb+Ps9zU7ShmxUA1a7cMTcENCVNg=", "narHash": "sha256-FuFtkJrW1Z7u+3lhzPRau69E0CNjADku1mLQQflUORo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "20561be440a11ec57a89715480717baf19fe6343", "rev": "44777152652bc9eacf8876976fa72cc77ca8b9d8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -65,11 +65,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1764983851, "lastModified": 1765311797,
"narHash": "sha256-y7RPKl/jJ/KAP/VKLMghMgXTlvNIJMHKskl8/Uuar7o=", "narHash": "sha256-mSD5Ob7a+T2RNjvPvOA1dkJHGVrNVl8ZOrAwBjKBDQo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d9bc5c7dceb30d8d6fafa10aeb6aa8a48c218454", "rev": "09eb77e94fa25202af8f3e81ddc7353d9970ac1b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -103,11 +103,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1765295342, "lastModified": 1765397369,
"narHash": "sha256-A6SXAwxP8qSEJR/cWJBcju0JheodBW8xRozgv28YqJ8=", "narHash": "sha256-WqZfobdsAIT1rHItS8Nt7m02bZZYeVNV3Gh63Bnn5gM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "504720ebe432667cbd613c7c89b1b23b35a306de", "rev": "e941e36ac1d3c61f94ad767bc8849636f032f95e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -124,11 +124,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1765295342, "lastModified": 1765397369,
"narHash": "sha256-A6SXAwxP8qSEJR/cWJBcju0JheodBW8xRozgv28YqJ8=", "narHash": "sha256-WqZfobdsAIT1rHItS8Nt7m02bZZYeVNV3Gh63Bnn5gM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "504720ebe432667cbd613c7c89b1b23b35a306de", "rev": "e941e36ac1d3c61f94ad767bc8849636f032f95e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -107,6 +107,9 @@
hostname = "10.40.0.2"; hostname = "10.40.0.2";
user = "pi"; user = "pi";
}; };
"inuc" = {
hostname = "inuc.home.the.malice.zone";
};
"tsla-exporter-bridge" = { "tsla-exporter-bridge" = {
hostname = "alma02.lab.the.malice.zone"; hostname = "alma02.lab.the.malice.zone";
user = "root"; user = "root";

View file

@ -270,6 +270,9 @@
}; # end keybindings }; # end keybindings
window = { window = {
titlebar = false; titlebar = false;
commands = [
#{ criteria ={ app_id = "flameshot"; }; command = "border pixel 0, floating enable, fullscreen disable, move absolute position 0 0"; }
];
}; };
colors = { colors = {
background = color_dark_5; background = color_dark_5;

View file

@ -11,5 +11,19 @@
enable = true; enable = true;
}; # end loader.systemd-boot }; # 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 } # end file