final commit before moving to gentoo

Nix is great, but it was hard for me to configure every part of system explicitly on everyday machine.
From now, I'm going to leave NixOS, but I will keep using Nix for further software development.
Mabye come back in PI for high level IOT Dev?
This commit is contained in:
2025-08-12 18:06:17 +09:00
parent e6328e254b
commit 3f2875faa9
4 changed files with 10 additions and 9 deletions

13
flake.lock generated
View File

@@ -14,18 +14,17 @@
}, },
"original": { "original": {
"owner": "sioodmy", "owner": "sioodmy",
"ref": "main",
"repo": "homix", "repo": "homix",
"type": "github" "type": "github"
} }
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1745907084, "lastModified": 1752666637,
"narHash": "sha256-Q8SpDbTI95vtKXgNcVl1VdSUhhDOORE8R77wWS2rmg8=", "narHash": "sha256-P8J72psdc/rWliIvp8jUpoQ6qRDlVzgSDDlgkaXQ0Fw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "f1e52a018166e1a324f832de913e12c0e55792d0", "rev": "d1bfa8f6ccfb5c383e1eba609c1eb67ca24ed153",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -53,11 +52,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1745794561, "lastModified": 1752687322,
"narHash": "sha256-T36rUZHUART00h3dW4sV5tv4MrXKT7aWjNfHiZz7OHg=", "narHash": "sha256-RKwfXA4OZROjBTQAl9WOZQFm7L8Bo93FQwSJpAiSRvo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5461b7fa65f3ca74cef60be837fd559a8918eaa0", "rev": "6e987485eb2c77e5dcc5af4e3c70843711ef9251",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -3,7 +3,7 @@
inputs = { inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable"; nixpkgs.url = "nixpkgs/nixos-unstable";
homix.url = "github:sioodmy/homix/main"; homix.url = "github:sioodmy/homix";
nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nixos-hardware.url = "github:NixOS/nixos-hardware/master";
}; };

View File

@@ -43,6 +43,8 @@
binfmt = true; binfmt = true;
}; };
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
# Open ports in the firewall. # Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 3000 3001 22 ]; networking.firewall.allowedTCPPorts = [ 3000 3001 22 ];

View File

@@ -5,6 +5,6 @@
./polybar ./polybar
./profile ./profile
./xmonad ./xmonad
#./zed-editor ./zed-editor
]; ];
} }