diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-02-26 02:19:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-26 02:19:20 +0000 |
| commit | a4869c9722e6041994bbb19cea993ee0bb39a9da (patch) | |
| tree | 2a3129592eb8c25000319ed8f064407be4f94c3d /flake.nix | |
| parent | 44235db0fd5e3de832f36f099593df28f296e2e0 (diff) | |
working but incomplete
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ in { - nixosConfigurations.default = nixpkgs.lib.nixosSystem { + nixosConfigurations.ozpv = nixpkgs.lib.nixosSystem { specialArgs = {inherit inputs;}; modules = [ ./configuration.nix |
