mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
Reorg
This commit is contained in:
parent
07da357a6c
commit
488e911ed7
7 changed files with 6 additions and 6 deletions
12
flake.nix
12
flake.nix
|
|
@ -16,10 +16,10 @@
|
||||||
modules = [
|
modules = [
|
||||||
# System configuration
|
# System configuration
|
||||||
configurationNix
|
configurationNix
|
||||||
./modules/passwordstore.nix
|
./features/passwordstore.nix
|
||||||
./modules/syncthing.nix
|
./features/syncthing.nix
|
||||||
./modules/protonmail-bridge.nix
|
./features/protonmail-bridge.nix
|
||||||
./modules/monitor-brightness.nix
|
./features/monitor-brightness.nix
|
||||||
|
|
||||||
# Packages from flake inputs
|
# Packages from flake inputs
|
||||||
({ pkgs, lib, ... }: {
|
({ pkgs, lib, ... }: {
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
nixosConfigurations.p71 = mkHomeMachine ./p71/configuration.nix;
|
nixosConfigurations.p71 = mkHomeMachine ./hosts/p71.nix;
|
||||||
nixosConfigurations.x1c7 = mkHomeMachine ./x1c7/configuration.nix;
|
nixosConfigurations.x1c7 = mkHomeMachine ./hosts/x1c7.nix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue