summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2024-02-26 02:19:20 +0000
committerGitHub <noreply@github.com>2024-02-26 02:19:20 +0000
commita4869c9722e6041994bbb19cea993ee0bb39a9da (patch)
tree2a3129592eb8c25000319ed8f064407be4f94c3d /flake.nix
parent44235db0fd5e3de832f36f099593df28f296e2e0 (diff)
working but incomplete
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 2544357..cd1d812 100644
--- a/flake.nix
+++ b/flake.nix
@@ -17,7 +17,7 @@
in
{
- nixosConfigurations.default = nixpkgs.lib.nixosSystem {
+ nixosConfigurations.ozpv = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
modules = [
./configuration.nix