Lanzaboot initial setup
This commit is contained in:
		
							parent
							
								
									4d64fe36e7
								
							
						
					
					
						commit
						ed28548fd9
					
				
					 2 changed files with 7 additions and 0 deletions
				
			
		| 
						 | 
					@ -15,6 +15,10 @@
 | 
				
			||||||
    nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
 | 
					    nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
 | 
				
			||||||
    # Also see the 'unstable-packages' overlay at 'overlays/default.nix'.
 | 
					    # Also see the 'unstable-packages' overlay at 'overlays/default.nix'.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    # Lanzaboot (secure boot)
 | 
				
			||||||
 | 
					    #lanzaboote.url = "github:nix-community/lanzaboote";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    # Jovian nixos (steam deck)
 | 
				
			||||||
    jovian.url = "github:Jovian-Experiments/Jovian-NixOS";
 | 
					    jovian.url = "github:Jovian-Experiments/Jovian-NixOS";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Home manager
 | 
					    # Home manager
 | 
				
			||||||
| 
						 | 
					@ -79,6 +83,7 @@
 | 
				
			||||||
          # > Our main nixos configuration file <
 | 
					          # > Our main nixos configuration file <
 | 
				
			||||||
          ./nixos/hosts/EDI/configuration.nix
 | 
					          ./nixos/hosts/EDI/configuration.nix
 | 
				
			||||||
          sops-nix.nixosModules.sops
 | 
					          sops-nix.nixosModules.sops
 | 
				
			||||||
 | 
					          #lanzaboote.nixosModules.lanzaboote
 | 
				
			||||||
          home-manager.nixosModules.home-manager
 | 
					          home-manager.nixosModules.home-manager
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            home-manager.sharedModules = [plasma-manager.homeManagerModules.plasma-manager];
 | 
					            home-manager.sharedModules = [plasma-manager.homeManagerModules.plasma-manager];
 | 
				
			||||||
| 
						 | 
					@ -95,6 +100,7 @@
 | 
				
			||||||
          # > Our main nixos configuration file <
 | 
					          # > Our main nixos configuration file <
 | 
				
			||||||
          ./nixos/hosts/GLaDOS/configuration.nix
 | 
					          ./nixos/hosts/GLaDOS/configuration.nix
 | 
				
			||||||
          sops-nix.nixosModules.sops
 | 
					          sops-nix.nixosModules.sops
 | 
				
			||||||
 | 
					          #lanzaboote.nixosModules.lanzaboote
 | 
				
			||||||
          home-manager.nixosModules.home-manager
 | 
					          home-manager.nixosModules.home-manager
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            home-manager.sharedModules = [plasma-manager.homeManagerModules.plasma-manager];
 | 
					            home-manager.sharedModules = [plasma-manager.homeManagerModules.plasma-manager];
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -163,6 +163,7 @@
 | 
				
			||||||
  boot.loader.systemd-boot.enable = true;
 | 
					  boot.loader.systemd-boot.enable = true;
 | 
				
			||||||
  boot.loader.systemd-boot.configurationLimit = 3;
 | 
					  boot.loader.systemd-boot.configurationLimit = 3;
 | 
				
			||||||
  boot.loader.efi.canTouchEfiVariables = true;
 | 
					  boot.loader.efi.canTouchEfiVariables = true;
 | 
				
			||||||
 | 
					  boot.bootspec.enable = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  users.users = {
 | 
					  users.users = {
 | 
				
			||||||
    lillian = {
 | 
					    lillian = {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue