test
This commit is contained in:
parent
9ac421b1f3
commit
542edac678
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,6 @@
|
||||||
|
|
||||||
outputs = { nixpkgs, home-manager, lanzaboote, ... }:
|
outputs = { nixpkgs, home-manager, lanzaboote, ... }:
|
||||||
let
|
let
|
||||||
# Secureboot Configuration
|
|
||||||
|
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
# Tells Flake what OS version we are using
|
# Tells Flake what OS version we are using
|
||||||
|
@ -28,6 +26,7 @@
|
||||||
lib = nixpkgs.lib;
|
lib = nixpkgs.lib;
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
|
# Declare the configuration for "nixos-p1", my laptop:
|
||||||
nixos-p1 = lib.nixosSystem {
|
nixos-p1 = lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue