From fa2c1e84ec5319b5d366bc8cfc179142d9e2e408 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Thu, 1 Sep 2022 09:03:08 +0200 Subject: [PATCH] aa pain --- flake.lock | 18 +++++++++--------- flake.nix | 2 +- potatobook-g/configuration.nix | 7 ++++--- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/flake.lock b/flake.lock index 5debe74..a022399 100644 --- a/flake.lock +++ b/flake.lock @@ -6,11 +6,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1660574517, - "narHash": "sha256-Lp5D2pAPrM3iAc1eeR0iGwz5rM+SYOWzVxI3p17nlrU=", + "lastModified": 1661824092, + "narHash": "sha256-nSWLWytlXbeLrx5A+r5Pso7CvVrX5EgmIIXW/EXvPHQ=", "owner": "nix-community", "repo": "home-manager", - "rev": "688e5c85b7537f308b82167c8eb4ecfb70a49861", + "rev": "5bd66dc6cd967033489c69d486402b75d338eeb6", "type": "github" }, "original": { @@ -21,11 +21,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1661947070, - "narHash": "sha256-o6PhPKlvgJ+mbSex3GbzR+raySh7Q9f9XPrzfMQrIxU=", + "lastModified": 1662014623, + "narHash": "sha256-gyvnXDZZ/7W0UvBwtQgkUABUIJvC4IJY2AX/6SRqMQY=", "owner": "kekrby", "repo": "nixos-hardware", - "rev": "82de3f3c0910307dd3c665c87a8659c94a1200fa", + "rev": "b0817d57d7fbc5dbfe34353ad67ebe70db3a1999", "type": "github" }, "original": { @@ -52,11 +52,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1660540332, - "narHash": "sha256-ZlTlrculh/qAzeZOq4laTRGZ7Da8pMyncHTOVVt3M1M=", + "lastModified": 1661984032, + "narHash": "sha256-IG9bSw8FLe8Ztms+lOb/Vn2bIqxwj6/a9T1xU5Wc8Y0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "29136a94b92f2c0959abcb099d40cc87869b8a1f", + "rev": "034175e4bea4e4b735d35fd06e04213f0777d4ff", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 2d57201..0fbcbca 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ url = "github:nix-community/home-manager"; inputs.nixpks.follows = "nixpkgs"; }; - nixos-hardware.url = github:kekrby/nixos-hardware; + nixos-hardware.url = "github:kekrby/nixos-hardware"; }; outputs = { self, nixpkgs, home-manager, nixos-hardware, ... }: { diff --git a/potatobook-g/configuration.nix b/potatobook-g/configuration.nix index a7d668c..4645f74 100644 --- a/potatobook-g/configuration.nix +++ b/potatobook-g/configuration.nix @@ -2,6 +2,7 @@ { imports = [ # ./t2.nix + # "${builtins.fetchGit { url = "https://github.com/kekrby/nixos-hardware.git"; }}/apple/t2" ./hardware-configuration.nix ../common.nix ]; @@ -22,10 +23,10 @@ desktop.compositing = true; }; -boot.loader.systemd-boot.enable = true; -boot.loader.efi.canTouchEfiVariables = true; + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; -networking.networkmanager.enable = true; + networking.networkmanager.enable = true; networking.hostName = "potatobook-g";