diff options
author | sils <sils@sils.li> | 2023-04-20 18:25:45 +0200 |
---|---|---|
committer | sils <sils@sils.li> | 2023-04-20 18:31:19 +0200 |
commit | 8b5e6cfeed2b5c7088cdf8a98bacee72ad6cabd4 (patch) | |
tree | bd77dade79e8c7e6f6f3a136d53fd5518d9ffcb9 /flake.nix | |
parent | Feat(packages.nix): Add pinentry (diff) | |
download | nix-config-8b5e6cfeed2b5c7088cdf8a98bacee72ad6cabd4.tar.gz nix-config-8b5e6cfeed2b5c7088cdf8a98bacee72ad6cabd4.zip |
Feat(structure): Restructured repository
This is mainly convenience and my personal preference.
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 746ceb6..3b08173 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ nixosConfigurations.thinklappi = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = attrs; - modules = [./hosts/thinklappi/thinklappi.nix]; + modules = [./hosts/thinklappi]; }; }; } |