Compare commits

...

4 Commits

Author SHA1 Message Date
Giulio De Pasquale
54267deffd Merge branch 'master' of ssh://git.giugl.io/peperunas/nixos 2025-10-02 12:37:14 +01:00
Giulio De Pasquale
78d7b246fa bump 2025-10-02 12:36:33 +01:00
Giulio De Pasquale
dfa732678d chore(architect): update homeassistant hostname to home 2025-09-25 09:26:42 +01:00
Giulio De Pasquale
6bf53e7e76 refactor(home): remove unused packages 2025-09-15 12:07:49 +01:00
4 changed files with 11 additions and 13 deletions

16
flake.lock generated
View File

@ -136,17 +136,17 @@
}, },
"nixos-unstable": { "nixos-unstable": {
"locked": { "locked": {
"lastModified": 1757745802, "lastModified": 1759036355,
"narHash": "sha256-hLEO2TPj55KcUFUU1vgtHE9UEIOjRcH/4QbmfHNF820=", "narHash": "sha256-0m27AKv6ka+q270dw48KflE0LwQYrO7Fm4/2//KCVWg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c23193b943c6c689d70ee98ce3128239ed9e32d1", "rev": "e9f00bd893984bc8ce46c895c3bf7cac95331127",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c23193b943c6c689d70ee98ce3128239ed9e32d1", "rev": "e9f00bd893984bc8ce46c895c3bf7cac95331127",
"type": "github" "type": "github"
} }
}, },
@ -200,17 +200,17 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1757545623, "lastModified": 1759143472,
"narHash": "sha256-mCxPABZ6jRjUQx3bPP4vjA68ETbPLNz9V2pk9tO7pRQ=", "narHash": "sha256-TvODmeR2W7yX/JmOCmP+lAFNkTT7hAxYcF3Kz8SZV3w=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8cd5ce828d5d1d16feff37340171a98fc3bf6526", "rev": "5ed4e25ab58fd4c028b59d5611e14ea64de51d23",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8cd5ce828d5d1d16feff37340171a98fc3bf6526", "rev": "5ed4e25ab58fd4c028b59d5611e14ea64de51d23",
"type": "github" "type": "github"
} }
}, },

View File

@ -1,7 +1,7 @@
{ {
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/8cd5ce828d5d1d16feff37340171a98fc3bf6526"; nixpkgs.url = "github:NixOS/nixpkgs/5ed4e25ab58fd4c028b59d5611e14ea64de51d23";
nixos-unstable.url = "github:NixOS/nixpkgs/c23193b943c6c689d70ee98ce3128239ed9e32d1"; nixos-unstable.url = "github:NixOS/nixpkgs/e9f00bd893984bc8ce46c895c3bf7cac95331127";
nixpkgs-master.url = "github:NixOS/nixpkgs/master"; nixpkgs-master.url = "github:NixOS/nixpkgs/master";
local-unstable.url = "path:///home/giulio/dev/nixpkgs"; local-unstable.url = "path:///home/giulio/dev/nixpkgs";
pepeflake.url = "git+https://git.giugl.io/peperunas/pepeflake"; pepeflake.url = "git+https://git.giugl.io/peperunas/pepeflake";

View File

@ -117,7 +117,7 @@ in
dreamel10 = { address = "10.0.0.199"; hostname = "dreamel10.${domain}"; }; dreamel10 = { address = "10.0.0.199"; hostname = "dreamel10.${domain}"; };
reolinkcamera = { address = "10.0.0.200"; hostname = "reolinkcamera.${domain}"; }; reolinkcamera = { address = "10.0.0.200"; hostname = "reolinkcamera.${domain}"; };
lgtv = { address = "10.0.0.202"; hostname = "lgtv.${domain}"; }; lgtv = { address = "10.0.0.202"; hostname = "lgtv.${domain}"; };
homeassistant = { address = "10.0.0.251"; hostname = "homeassistant.${domain}"; }; homeassistant = { address = "10.0.0.251"; hostname = "home.${domain}"; };
}; };
}; };
}; };

View File

@ -2,9 +2,7 @@
let let
stablePkgs = with pkgs;[ stablePkgs = with pkgs;[
rizin
sshfs sshfs
victor-mono
home-manager home-manager
ripgrep ripgrep
ydiff ydiff