This commit is contained in:
iFargle 2023-07-01 14:11:49 +09:00
parent 9ac421b1f3
commit 542edac678

View file

@ -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;