By Nathan: commit after adding tachikoma flake/service
This commit is contained in:
@@ -8,24 +8,16 @@
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
tachikoma = {
|
||||
url = "git+https://forge.room409.xyz/miloignis/tachikoma.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
# Required for making sure that Pi-hole continures running if the executing user has no active session
|
||||
#linger = {
|
||||
#url = "github:mindsbackyard/linger-flake";
|
||||
#inputs.flake-utils.follows = "flake-utils";
|
||||
#};
|
||||
|
||||
#pihole = {
|
||||
#url = "github:mindsbackyard/pihole-flake";
|
||||
#inputs.nixpkgs.follows = "nixpkgs";
|
||||
#inputs.flake-utils.follows = "flake-utils";
|
||||
#inputs.linger.follows = "linger";
|
||||
#};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nixpkgs_stable, home-manager, flake-utils }@attrs:
|
||||
outputs = { self, nixpkgs, nixpkgs_stable, home-manager, tachikoma, flake-utils }@attrs:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
in {
|
||||
@@ -33,11 +25,8 @@
|
||||
inherit system;
|
||||
specialArgs = attrs;
|
||||
modules = [
|
||||
# make the module declared by linger flake available to our config
|
||||
#linger.nixosModules.${system}.default
|
||||
#pihole.nixosModules.${system}.default
|
||||
|
||||
home-manager.nixosModules.home-manager
|
||||
tachikoma.nixosModules.default
|
||||
./home_manager.nix
|
||||
./panam.nix
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user