mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:46:34 +01:00
make use of nixos-facter
This commit is contained in:
parent
f9b3313632
commit
73902f126c
4 changed files with 5320 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
|
||||||
|
|
||||||
nixified-ai = {
|
nixified-ai = {
|
||||||
url = "github:nixified-ai/flake";
|
url = "github:nixified-ai/flake";
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
self.inputs.sops-nix.nixosModules.sops
|
self.inputs.sops-nix.nixosModules.sops
|
||||||
self.inputs.catppuccin.nixosModules.catppuccin
|
self.inputs.catppuccin.nixosModules.catppuccin
|
||||||
self.inputs.nixvim.nixosModules.nixvim
|
self.inputs.nixvim.nixosModules.nixvim
|
||||||
|
self.inputs.nixos-facter-modules.nixosModules.facter
|
||||||
self.outputs.modules.default
|
self.outputs.modules.default
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,6 +14,8 @@
|
||||||
self.inputs.srvos.nixosModules.desktop
|
self.inputs.srvos.nixosModules.desktop
|
||||||
];
|
];
|
||||||
|
|
||||||
|
facter.reportPath = ./facter.json;
|
||||||
|
|
||||||
jopejoe1 = {
|
jopejoe1 = {
|
||||||
audio = {
|
audio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
5316
systems/omoikane/facter.json
Normal file
5316
systems/omoikane/facter.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue