Compare commits

...

1 Commits

Author SHA1 Message Date
3f2875faa9 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?
2025-08-12 18:06:17 +09:00
4 changed files with 10 additions and 9 deletions

13
flake.lock generated
View File

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

View File

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

View File

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

View File

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