Refactor directory structure

This commit is contained in:
2025-09-11 10:53:36 -04:00
parent 7ed720ce5f
commit e426d6a801
3 changed files with 4 additions and 4 deletions

View File

@@ -3,9 +3,9 @@
{
imports =
[
./shares.nix
./sops.nix
./services.nix
../shares.nix
../sops.nix
../services.nix
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];

View File

@@ -8,7 +8,7 @@
imports =
[
./configuration-common.nix
./laptop.nix
../laptop.nix
];
# Bootloader.
boot = {