mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +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 = [
|
||||
# System configuration
|
||||
configurationNix
|
||||
./modules/passwordstore.nix
|
||||
./modules/syncthing.nix
|
||||
./modules/protonmail-bridge.nix
|
||||
./modules/monitor-brightness.nix
|
||||
./features/passwordstore.nix
|
||||
./features/syncthing.nix
|
||||
./features/protonmail-bridge.nix
|
||||
./features/monitor-brightness.nix
|
||||
|
||||
# Packages from flake inputs
|
||||
({ pkgs, lib, ... }: {
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
];
|
||||
};
|
||||
in {
|
||||
nixosConfigurations.p71 = mkHomeMachine ./p71/configuration.nix;
|
||||
nixosConfigurations.x1c7 = mkHomeMachine ./x1c7/configuration.nix;
|
||||
nixosConfigurations.p71 = mkHomeMachine ./hosts/p71.nix;
|
||||
nixosConfigurations.x1c7 = mkHomeMachine ./hosts/x1c7.nix;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue