This commit is contained in:
Schrottkatze 2022-09-01 09:03:08 +02:00
parent a25c92292b
commit fa2c1e84ec
3 changed files with 14 additions and 13 deletions

View file

@ -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": {

View file

@ -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, ... }: {

View file

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