mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -16,10 +16,14 @@ let
|
||||
./disko/vds.nix
|
||||
disko.nixosModules.disko
|
||||
|
||||
nixos-facter-modules.nixosModules.facter
|
||||
|
||||
self.nixosModules.default
|
||||
#self.homeConfigurations.server.nixosModule # home-manager configuration module
|
||||
];
|
||||
|
||||
facter.reportPath = ./report/facter.json;
|
||||
|
||||
environment.systemPackages = map lib.lowPrio [
|
||||
pkgs.curl
|
||||
pkgs.gitMinimal
|
||||
|
||||
Generated
+16
@@ -232,6 +232,21 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixos-facter-modules": {
|
||||
"locked": {
|
||||
"lastModified": 1750412875,
|
||||
"narHash": "sha256-uP9Xxw5XcFwjX9lNoYRpybOnIIe1BHfZu5vJnnPg3Jc=",
|
||||
"owner": "numtide",
|
||||
"repo": "nixos-facter-modules",
|
||||
"rev": "14df13c84552a7d1f33c1cd18336128fbc43f920",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "numtide",
|
||||
"repo": "nixos-facter-modules",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixos-hardware": {
|
||||
"locked": {
|
||||
"lastModified": 1753122741,
|
||||
@@ -450,6 +465,7 @@
|
||||
"musnix": "musnix",
|
||||
"nix-gaming": "nix-gaming",
|
||||
"nix-index-database": "nix-index-database",
|
||||
"nixos-facter-modules": "nixos-facter-modules",
|
||||
"nixos-hardware": "nixos-hardware",
|
||||
"nixpkgs": "nixpkgs_2",
|
||||
"nixpkgs-fingerprint": "nixpkgs-fingerprint",
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
nixpkgs-fingerprint.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
|
||||
# nix-community
|
||||
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
flake-compat.url = "github:edolstra/flake-compat";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
Reference in New Issue
Block a user