From 542edac6781667f59540a27287894b149a232886 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 1 Jul 2023 14:11:49 +0900 Subject: [PATCH] test --- laptop/flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/laptop/flake.nix b/laptop/flake.nix index 3bcce708..32ef9c43 100644 --- a/laptop/flake.nix +++ b/laptop/flake.nix @@ -16,8 +16,6 @@ outputs = { nixpkgs, home-manager, lanzaboote, ... }: let - # Secureboot Configuration - system = "x86_64-linux"; pkgs = import nixpkgs { # Tells Flake what OS version we are using @@ -28,6 +26,7 @@ lib = nixpkgs.lib; in { nixosConfigurations = { + # Declare the configuration for "nixos-p1", my laptop: nixos-p1 = lib.nixosSystem { inherit system;