mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 18:26: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 = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
|
||||
|
||||
nixified-ai = {
|
||||
url = "github:nixified-ai/flake";
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
self.inputs.sops-nix.nixosModules.sops
|
||||
self.inputs.catppuccin.nixosModules.catppuccin
|
||||
self.inputs.nixvim.nixosModules.nixvim
|
||||
self.inputs.nixos-facter-modules.nixosModules.facter
|
||||
self.outputs.modules.default
|
||||
];
|
||||
}
|
||||
|
|
|
@ -14,6 +14,8 @@
|
|||
self.inputs.srvos.nixosModules.desktop
|
||||
];
|
||||
|
||||
facter.reportPath = ./facter.json;
|
||||
|
||||
jopejoe1 = {
|
||||
audio = {
|
||||
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